InstanceIdentityLink Class
Namespace: PTS.Modules.Instances.Domain
Assembly: PTS.Modules.Instances.dll
Syntax
public class InstanceIdentityLink
Inheritance
System.Object
InstanceIdentityLink
Properties
CreatedOn
Declaration
public DateTime CreatedOn { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Identity
Declaration
public virtual Identity Identity { get; set; }
Property Value
Type | Description |
---|---|
Identity |
IdentityId
Declaration
public long IdentityId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
IdentityOwnerId
Declaration
public long IdentityOwnerId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Instance
Declaration
public virtual Instance Instance { get; set; }
Property Value
Type | Description |
---|---|
Instance |
InstanceId
Declaration
public long InstanceId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
InstanceOwnerId
Declaration
public long InstanceOwnerId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Status
Declaration
public InstanceStatus Status { get; set; }
Property Value
Type | Description |
---|---|
InstanceStatus |
Type
Declaration
public InstanceLinkType Type { get; set; }
Property Value
Type | Description |
---|---|
InstanceLinkType |
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()