SenseNet.ContentRepository.Fields.ChoiceOption.ChoiceOption C# (CSharp) Метод

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

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

Same methods

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