Search Results for

    Show / Hide Table of Contents

    Class AITransformMappingProjection

    AITransformMappingProjection

    Inheritance
    object
    AITransformMappingProjection
    Implements
    IValidatableObject
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: mailslurp.Model
    Assembly: mailslurp.dll
    Syntax
    [DataContract(Name = "AITransformMappingProjection")]
    public class AITransformMappingProjection : IValidatableObject

    Constructors

    View Source

    AITransformMappingProjection()

    Initializes a new instance of the AITransformMappingProjection class.

    Declaration
    [JsonConstructor]
    protected AITransformMappingProjection()
    View Source

    AITransformMappingProjection(Guid, Guid, Guid, EntityTypeEnum, ContentSelectorEnum?, TriggerSelectorEnum?, string, Guid)

    Initializes a new instance of the AITransformMappingProjection class.

    Declaration
    public AITransformMappingProjection(Guid userId = default, Guid aiTransformId = default, Guid entityId = default, AITransformMappingProjection.EntityTypeEnum entityType = (AITransformMappingProjection.EntityTypeEnum)0, AITransformMappingProjection.ContentSelectorEnum? contentSelector = null, AITransformMappingProjection.TriggerSelectorEnum? triggerSelector = null, string name = null, Guid id = default)
    Parameters
    Type Name Description
    Guid userId

    userId (required).

    Guid aiTransformId

    aiTransformId (required).

    Guid entityId

    entityId (required).

    AITransformMappingProjection.EntityTypeEnum entityType

    entityType (required).

    AITransformMappingProjection.ContentSelectorEnum? contentSelector

    contentSelector.

    AITransformMappingProjection.TriggerSelectorEnum? triggerSelector

    triggerSelector.

    string name

    name.

    Guid id

    id (required).

    Properties

    View Source

    AiTransformId

    Gets or Sets AiTransformId

    Declaration
    [DataMember(Name = "aiTransformId", IsRequired = true, EmitDefaultValue = true)]
    public Guid AiTransformId { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    ContentSelector

    Gets or Sets ContentSelector

    Declaration
    [DataMember(Name = "contentSelector", EmitDefaultValue = false)]
    public AITransformMappingProjection.ContentSelectorEnum? ContentSelector { get; set; }
    Property Value
    Type Description
    AITransformMappingProjection.ContentSelectorEnum?
    View Source

    EntityId

    Gets or Sets EntityId

    Declaration
    [DataMember(Name = "entityId", IsRequired = true, EmitDefaultValue = true)]
    public Guid EntityId { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    EntityType

    Gets or Sets EntityType

    Declaration
    [DataMember(Name = "entityType", IsRequired = true, EmitDefaultValue = true)]
    public AITransformMappingProjection.EntityTypeEnum EntityType { get; set; }
    Property Value
    Type Description
    AITransformMappingProjection.EntityTypeEnum
    View Source

    Id

    Gets or Sets Id

    Declaration
    [DataMember(Name = "id", IsRequired = true, EmitDefaultValue = true)]
    public Guid Id { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    Name

    Gets or Sets Name

    Declaration
    [DataMember(Name = "name", EmitDefaultValue = false)]
    public string Name { get; set; }
    Property Value
    Type Description
    string
    View Source

    TriggerSelector

    Gets or Sets TriggerSelector

    Declaration
    [DataMember(Name = "triggerSelector", EmitDefaultValue = false)]
    public AITransformMappingProjection.TriggerSelectorEnum? TriggerSelector { get; set; }
    Property Value
    Type Description
    AITransformMappingProjection.TriggerSelectorEnum?
    View Source

    UserId

    Gets or Sets UserId

    Declaration
    [DataMember(Name = "userId", IsRequired = true, EmitDefaultValue = true)]
    public Guid UserId { get; set; }
    Property Value
    Type Description
    Guid

    Methods

    View Source

    ToJson()

    Returns the JSON string presentation of the object

    Declaration
    public virtual string ToJson()
    Returns
    Type Description
    string

    JSON string presentation of the object

    View Source

    ToString()

    Returns the string presentation of the object

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    String presentation of the object

    Overrides
    object.ToString()

    Implements

    IValidatableObject
    • View Source
    In this article
    Back to top See MailSlurp website for more information.