Class ListWithSelectedItem<TAPI>
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ListWithSelectedItem<TAPI>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ListWithSelectedItem<TAPI> : MarshalByRefObjectPermanent, IListWithSelectedItem
Type Parameters
Constructors
ListWithSelectedItem(TAPI)
Declaration
public ListWithSelectedItem(TAPI selectedValue)
Parameters
Type |
Name |
Description |
TAPI |
selectedValue |
|
Properties
AvailableValues
Declaration
public TAPI[] AvailableValues { get; }
Property Value
SelectedValue
Declaration
public TAPI SelectedValue { get; }
Property Value
Operators
Implicit(TAPI to ListWithSelectedItem<TAPI>)
Declaration
[Pure]
public static implicit operator ListWithSelectedItem<TAPI>(TAPI apiValue)
Parameters
Type |
Name |
Description |
TAPI |
apiValue |
|
Returns
Implicit(ListWithSelectedItem<TAPI> to TAPI)
Declaration
[Pure]
public static implicit operator TAPI(ListWithSelectedItem<TAPI> apiListWithSelectedItem)
Parameters
Returns
Explicit Interface Implementations
IListWithSelectedItem.SelectedValue
Declaration
object IListWithSelectedItem.SelectedValue { get; }
Returns
Type |
Description |
System.Object |
|
Implements