Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class GetSEAndBusinessSensitiveTextPatternsListAnswer

    Represents the response for a request to retrieve a list of entries from the business sensitive text patterns combined with a list of entries from the SE sensitive text patterns. Inherits common properties from BaseAnswer, such as status codes and error messages, to provide a consistent response structure.

    Inheritance
    object
    BaseAnswer
    GetSEAndBusinessSensitiveTextPatternsListAnswer
    Inherited Members
    BaseAnswer.Data
    BaseAnswer.Status
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.Models.Answer
    Assembly: SecureExchangesSDK.dll
    Syntax
    public class GetSEAndBusinessSensitiveTextPatternsListAnswer : BaseAnswer

    Constructors

    GetSEAndBusinessSensitiveTextPatternsListAnswer()

    Declaration
    public GetSEAndBusinessSensitiveTextPatternsListAnswer()

    Properties

    SEAndBusinessSensitiveTextPatternsList

    Gets or sets the list of sensitive text patterns entries that combines the business and SE sensitive text patterns. This list can be empty if no entries match the request criteria or if the operation was successful but found no data.

    Declaration
    public List<SensitiveTextPattern> SEAndBusinessSensitiveTextPatternsList { get; set; }
    Property Value
    Type Description
    List<SensitiveTextPattern>

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation