Class LanguageTextDto
Inheritance
System.Object
Assembly: cs.temp.dll.dll
Syntax
public class LanguageTextDto
Fields
TableName
Declaration
public const string TableName = null
Field Value
Type |
Description |
System.String |
|
Properties
LanguageId
Declaration
public int LanguageId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
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 |
|
Value
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|