C# Class SenseNet.ContentRepository.Fields.ChoiceOption

Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public ChoiceOption ( string key, string text ) : System
key string
text string
Résultat System

ChoiceOption() public méthode

public ChoiceOption ( string key, string text, bool enabled ) : System
key string
text string
enabled bool
Résultat System

ChoiceOption() public méthode

public ChoiceOption ( string key, string text, bool enabled, bool selected ) : System
key string
text string
enabled bool
selected bool
Résultat System

WriteXml() public méthode

public WriteXml ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
Résultat void