Class DictionaryDto
Inheritance
System.Object
Assembly: cs.temp.dll.dll
Syntax
public class DictionaryDto
Fields
TableName
Declaration
public const string TableName = null
Field Value
Type |
Description |
System.String |
|
Properties
Key
Declaration
public string Key { get; set; }
Property Value
Type |
Description |
System.String |
|
LanguageTextDtos
Declaration
public List<LanguageTextDto> LanguageTextDtos { get; set; }
Property Value
Parent
Declaration
public Guid? Parent { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
PrimaryKey
Declaration
public int PrimaryKey { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
UniqueId
Declaration
public Guid UniqueId { get; set; }
Property Value
Type |
Description |
System.Guid |
|