Class repDomainOption
- Namespace
- PolarStudio
- Assembly
- PolarStudio.dll
This class conains an option in a ValueList domain.
public class repDomainOption
- Inheritance
-
repDomainOption
- Inherited Members
- Extension Methods
Properties
CaptionTC
Returns the caption of the option.
public string CaptionTC { get; }
Property Value
Name
Returns the name of the option.
public string Name { get; }
Property Value
Value
Returns the value of the option as string.
public string Value { get; }
Property Value
Methods
GetCaption(int, Context)
The helper returns the caption of the option for the given LanguageID and script context.
public string GetCaption(int pLanguageID, Context pContext = null)
Parameters
Returns
- string
The caption of the option.