Class EntityInfo
Provides general and common information about a major entity.
Inheritance
System.Object
EntityInfo
Implements
System.Runtime.Serialization.IExtensibleDataObject
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class EntityInfo : IExtensibleDataObject
Constructors
EntityInfo()
Declaration
public EntityInfo()
Properties
EntityType
Gets or sets the type of the entity.
Declaration
public EntityType EntityType { get; set; }
Property Value
Type | Description |
---|---|
EntityType |
ExtensionData
Gets or sets System.Runtime.Serialization.ExtensionDataObject that enables serialization round-trips.
Declaration
public ExtensionDataObject ExtensionData { get; set; }
Property Value
Type | Description |
---|---|
System.Runtime.Serialization.ExtensionDataObject |
FolderId
Gets or sets the identifier of the folder that entity belongs to.
Declaration
public int? FolderId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Id
Gets or sets the database identifier of this entity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Key
Gets or sets the unique identifier of the entity.
Declaration
public Guid Key { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Name
Gets or sets the display name of the entity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ToString()
Returns the text representation of the object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | The text representation of the object. |
Overrides
System.Object.ToString()
Implements
System.Runtime.Serialization.IExtensibleDataObject