C# Класс SenseNet.ContentRepository.Fields.ChoiceOption

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ChoiceOption ( string key, string text ) : System
ChoiceOption ( string key, string text, bool enabled ) : System
ChoiceOption ( string key, string text, bool enabled, bool selected ) : System
WriteXml ( XmlWriter writer ) : void

Описание методов

ChoiceOption() публичный Метод

public ChoiceOption ( string key, string text ) : System
key string
text string
Результат System

ChoiceOption() публичный Метод

public ChoiceOption ( string key, string text, bool enabled ) : System
key string
text string
enabled bool
Результат System

ChoiceOption() публичный Метод

public ChoiceOption ( string key, string text, bool enabled, bool selected ) : System
key string
text string
enabled bool
selected bool
Результат System

WriteXml() публичный Метод

public WriteXml ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
Результат void