Setting Class
Namespace: PTS.Modules.IdentitySettingExtension.Domain
Assembly: PTS.Modules.IdentitySettingExtension.dll
Syntax
public class Setting
Inheritance
System.Object
Setting
Properties
Code
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CreatedOn
Declaration
public DateTime CreatedOn { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Entity
Declaration
public virtual Identity Entity { get; set; }
Property Value
Type | Description |
---|---|
Identity |
EntityId
Declaration
public long EntityId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
EntityOwnerId
Declaration
public long EntityOwnerId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Note
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SetOn
Declaration
public DateTime SetOn { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Type
Declaration
public SettingType Type { get; set; }
Property Value
Type | Description |
---|---|
SettingType |
Value
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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()