Table of Contents

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

string

Name

Returns the name of the option.

public string Name { get; }

Property Value

string

Value

Returns the value of the option as string.

public string Value { get; }

Property Value

string

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

pLanguageID int

The LanguageID. Use -1 for the default message.

pContext Context

The context

Returns

string

The caption of the option.