Search Results for

    Show / Hide Table of Contents

    Class AuthorizationClaimType

    Represents claim type lookup value.

    Inheritance
    object
    DomainObjectBase
    AuthorizationClaimType
    Implements
    IValidator
    IExtensibleDataObject
    Inherited Members
    DomainObjectBase.Equals(object)
    DomainObjectBase.GetHashCode()
    DomainObjectBase.Id
    DomainObjectBase.Key
    DomainObjectBase.Created
    DomainObjectBase.Updated
    DomainObjectBase.IsMajorObject
    DomainObjectBase.ErrorMessage
    DomainObjectBase.ExtensionData
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    Namespace: Nevatech.Vsb.Repository.Entities
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    [DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
    public sealed class AuthorizationClaimType : DomainObjectBase, IValidator, IExtensibleDataObject

    Constructors

    AuthorizationClaimType()

    Instanciates and empty object.

    Declaration
    public AuthorizationClaimType()

    Properties

    ClaimType

    Gets or sets claim type definition string.

    Declaration
    [DataMember]
    public string ClaimType { get; set; }
    Property Value
    Type Description
    string

    Description

    Gets or sets claim type description.

    Declaration
    [DataMember]
    public string Description { get; set; }
    Property Value
    Type Description
    string

    ObjectType

    Gets object type identifier.

    Declaration
    public override EntityType ObjectType { get; }
    Property Value
    Type Description
    EntityType
    Overrides
    DomainObjectBase.ObjectType

    Methods

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    Overrides
    DomainObjectBase.ToString()

    Validate()

    Evaluates the state of this object.

    Declaration
    public override bool Validate()
    Returns
    Type Description
    bool

    True if state is valid; otherwise, false.

    Overrides
    DomainObjectBase.Validate()

    Implements

    IValidator
    IExtensibleDataObject
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation