Class EntityObjectProxy
Represents a lightweigt representation of an EntityObject
Inheritance
System.Object
EntityObjectProxy
Implements
Inherited Members
System.Object.ToString()
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: TimeCockpit.Data
Assembly: TimeCockpit.Data.dll
Syntax
public class EntityObjectProxy : IEntityObject
Constructors
EntityObjectProxy(Guid, String)
Initializes a new instance of the EntityObjectProxy class
Declaration
public EntityObjectProxy(Guid objectUuid, string entityName)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | objectUuid | The System.Guid of the EntityObject |
System.String | entityName | the name of the EntityObject |
Properties
ModelEntityName
Gets the name of the EntityObject
Declaration
public string ModelEntityName { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
ObjectUuid
Gets the System.Guid of the EntityObject
Declaration
public Guid ObjectUuid { get; }
Property Value
Type | Description |
---|---|
System.Guid |