Identity Class
Assembly: PTS.Modules.Identities.dll
Syntax
public class Identity : IIdRecord, IOwnedRecord, IHasGuid
Inheritance
System.Object
Identity
Constructors
Identity()
Declaration
Properties
ClassName
Declaration
public string ClassName { get; set; }
Property Value
Type |
Description |
System.String |
|
CreatedOn
Declaration
public DateTime CreatedOn { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
GdsOwnerGuid
Declaration
public Guid? GdsOwnerGuid { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
GdsRole
Declaration
public GdsRole GdsRole { get; set; }
Property Value
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 |
|
InstanceRole
Declaration
public InstanceRole InstanceRole { get; set; }
Property Value
IsDeleted
Declaration
public bool IsDeleted { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Keywords
Declaration
public string Keywords { get; set; }
Property Value
Type |
Description |
System.String |
|
Locale
Declaration
public virtual IdentityLocale Locale { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
OwnerId
Declaration
public long OwnerId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
SortPriority
Declaration
public uint SortPriority { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
UniqueTypeKey
Declaration
public string UniqueTypeKey { get; set; }
Property Value
Type |
Description |
System.String |
|
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()
Extension Methods