Class SelectionValueModel
單/複選 value model
Inheritance
System.Object
SelectionValueModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Ede.Uofx.PubApi.Sdk.NetStd.Helpers
Assembly: Ede.Uofx.PubApi.Sdk.NetStd.dll
Syntax
public class SelectionValueModel
Constructors
View SourceSelectionValueModel(String, Boolean)
Declaration
public SelectionValueModel(string value, bool isOther = false)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | 選項值/如果是其他,則填其他選項你要輸入的字串 |
System.Boolean | isOther | 是否選擇其他 |
Properties
View SourceValue
選項值/如果是其他,則填其他選項你要輸入的字串
Declaration
public string Value { get; }
Property Value
Type | Description |
---|---|
System.String |