Search Results for

    Show / Hide Table of Contents

    Class EntityInfo

    Provides general and common information about a major entity.

    Inheritance
    object
    EntityInfo
    Implements
    IExtensibleDataObject
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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 EntityInfo : IExtensibleDataObject

    Constructors

    EntityInfo()

    Declaration
    public EntityInfo()

    Properties

    EntityType

    Gets or sets the type of the entity.

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

    ExtensionData

    Gets or sets ExtensionDataObject that enables serialization round-trips.

    Declaration
    public ExtensionDataObject ExtensionData { get; set; }
    Property Value
    Type Description
    ExtensionDataObject

    FolderId

    Gets or sets the identifier of the folder that entity belongs to.

    Declaration
    [DataMember(EmitDefaultValue = false)]
    public int? FolderId { get; set; }
    Property Value
    Type Description
    int?

    Id

    Gets or sets the database identifier of this entity.

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

    Key

    Gets or sets the unique identifier of the entity.

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

    Name

    Gets or sets the display name of the entity.

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

    Methods

    ToString()

    Returns the text representation of the object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    The text representation of the object.

    Overrides
    object.ToString()

    Implements

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