Show / Hide Table of Contents

    Class AuthorizationClaimType

    Represents claim type lookup value.

    Inheritance
    System.Object
    DomainObjectBase
    AuthorizationClaimType
    Implements
    IValidator
    System.Runtime.Serialization.IExtensibleDataObject
    Inherited Members
    DomainObjectBase.IsValidElementName(String)
    DomainObjectBase.AreEqual(Nullable<DateTime>, Nullable<DateTime>)
    DomainObjectBase.Equals(DomainObjectBase)
    DomainObjectBase.Equals(Object)
    DomainObjectBase.GetHashCode()
    DomainObjectBase.Id
    DomainObjectBase.Key
    DomainObjectBase.Created
    DomainObjectBase.Updated
    DomainObjectBase.IsMajorObject
    DomainObjectBase.ErrorMessage
    DomainObjectBase.ExtensionData
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Nevatech.Vsb.Repository.Entities
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    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
    public string ClaimType { get; set; }
    Property Value
    Type Description
    System.String

    Description

    Gets or sets claim type description.

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    System.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
    System.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
    System.Boolean

    True if state is valid; otherwise, false.

    Overrides
    DomainObjectBase.Validate()

    Implements

    IValidator
    System.Runtime.Serialization.IExtensibleDataObject
    Back to top Nevatech Sentinet 6.6 Online Documentation