Attribute for setting a custom format if the given checkVar is equal to checkVarEqual.
More...
Attribute for setting a custom format if the given checkVar is equal to checkVarEqual.
If condition met just shows default TitleField, if false it show default within given format
class TestConfigClass
{
[Attribute()]
protected bool m_bEnabled;
}
void BaseContainerCustomCheckIntTitleField(string checkVar, string conditionTrueText, string conditionFalseText, int checkVarEqual)
Definition Attributes.c:728
◆ BaseContainerCustomCheckIntTitleField()
void BaseContainerCustomCheckIntTitleField.BaseContainerCustomCheckIntTitleField |
( |
string | checkVar, |
|
|
string | conditionTrueText, |
|
|
string | conditionFalseText, |
|
|
int | checkVarEqual ) |
◆ _WB_GetCustomTitle()
override bool BaseContainerCustomCheckIntTitleField._WB_GetCustomTitle |
( |
BaseContainer | source, |
|
|
out string | title ) |
◆ m_iCheckVarEqual
int BaseContainerCustomCheckIntTitleField.m_iCheckVarEqual |
|
protected |
◆ m_sCheckVar
string BaseContainerCustomCheckIntTitleField.m_sCheckVar |
|
protected |
◆ m_sConditionFalseText
string BaseContainerCustomCheckIntTitleField.m_sConditionFalseText |
|
protected |
◆ m_sConditionTrueText
string BaseContainerCustomCheckIntTitleField.m_sConditionTrueText |
|
protected |
The documentation for this interface was generated from the following file: