![]() |
Workflow Engine .NET
2
|
Represent a localization record in a process scheme More...
Public Member Functions | |
LocalizeDefinition | Clone () |
Static Public Member Functions | |
static LocalizeDefinition | Create (string objectName, string type, string culture, string value, string isDefault) |
Create LocalizeDefinition object More... | |
static LocalizeDefinition | Create (string objectName, LocalizeType type, string culture, string value, bool isDefault) |
Create LocalizeDefinition object More... | |
Properties | |
LocalizeType | Type [get, set] |
Type of localized resource LocalizeType More... | |
bool | IsDefault [get, set] |
If true specifies that the record will be used by default in case of absence of a record with specific culture More... | |
string | ObjectName [get, set] |
System name More... | |
string | Culture [get, set] |
Culture name More... | |
string | Value [get, set] |
Localized name More... | |
Represent a localization record in a process scheme
|
static |
Create LocalizeDefinition object
objectName | System name |
type | Type of localized resource LocalizeType |
culture | Culture name |
value | Localized name |
isDefault | If true specifies that the record will be used by default in case of absence of a record with specific culture |
|
static |
Create LocalizeDefinition object
objectName | System name |
type | Type of localized resource LocalizeType |
culture | Culture name |
value | Localized name |
isDefault | If true specifies that the record will be used by default in case of absence of a record with specific culture |
|
getset |
Culture name
|
getset |
If true specifies that the record will be used by default in case of absence of a record with specific culture
|
getset |
System name
|
getset |
Type of localized resource LocalizeType
|
getset |
Localized name