C# Class SenseNet.ContentRepository.Fields.ChoiceOption

Show file Open project: maxpavlov/FlexNet Class Usage Examples

Public Methods

Method Description
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

Method Details

ChoiceOption() public method

public ChoiceOption ( string key, string text ) : System
key string
text string
return System

ChoiceOption() public method

public ChoiceOption ( string key, string text, bool enabled ) : System
key string
text string
enabled bool
return System

ChoiceOption() public method

public ChoiceOption ( string key, string text, bool enabled, bool selected ) : System
key string
text string
enabled bool
selected bool
return System

WriteXml() public method

public WriteXml ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
return void