Entity Class
Namespace: PTS.Modules._ModuleTemplate.Domain
Assembly: PTS.Modules._ModuleTemplate.dll
Syntax
public class Entity : IHasGuid, IOwnedRecord
Inheritance
System.Object
Entity
Properties
Guid
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Id
Declaration
public long Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
OwnerId
Declaration
public long OwnerId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()