Class GenericAssetTableTreeViewItem
Inheritance
System.Object
GenericAssetTableTreeViewItem
Syntax
public class GenericAssetTableTreeViewItem : TreeViewItem
Properties
Key
Declaration
public string Key { get; set; }
Property Value
Type |
Description |
System.String |
|
KeyEntry
Declaration
public virtual KeyDatabase.KeyDatabaseEntry KeyEntry { get; set; }
Property Value
KeyId
Declaration
public uint KeyId { get; }
Property Value
Type |
Description |
System.UInt32 |
|
SearchString
Declaration
public virtual string SearchString { get; set; }
Property Value
Type |
Description |
System.String |
|