Class DatabaseWithSelectedItem
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
DatabaseWithSelectedItem
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.UtilityGUI.Databases
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class DatabaseWithSelectedItem : APIBase, IEquatable<APIBase>
Constructors
DatabaseWithSelectedItem(DatabaseWithSelectedItem)
Declaration
public DatabaseWithSelectedItem(DatabaseWithSelectedItem other)
Parameters
Type | Name | Description |
---|---|---|
DatabaseWithSelectedItem | other |
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
Items
Declaration
public ReadOnlyCollection<string> Items { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<System.String> |
SelectedItemName
Declaration
public string SelectedItemName { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
SetSelectedItem(String)
Declaration
public void SetSelectedItem(string itemName)
Parameters
Type | Name | Description |
---|---|---|
System.String | itemName |
Implements
System.IEquatable<T>