Contains fields relevant for a ConfiguratonItem with category = "ChildItem". More...
Public Member Functions | |
| string | GetProperty (string key) |
| Return a property value as string, if key is not found the return value will be null. | |
| ICollection< string > | GetPropertyKeys () |
| Get a collection of all available property keys. | |
| List< ValueTypeInfo > | GetValueTypeInfoList (string propertyKey) |
| Get defined ValueTypeInfo for a given property. If no ValueTypeInfo is available, an empty list is returned. | |
| void | SetProperty (string key, string content) |
| Sets the value of a property (all is string format here) | |
| override string | ToString () |
| Display the 'DisplayName' is the default ToString() | |
Properties | |
| string | Description [get, set] |
| Description. | |
| virtual string | DisplayName [get] |
| Name of this ConfigurationItem in user readable format. Usually the same as property with key = "Name". | |
| string | ItemCategory [get] |
| Return the item category for this item. This can be used to understand how multiple items are fetched and saved together. Only ItemCategory == 'Item' can be saved. | |
| string | Name [get, set] |
| Name. | |
| string | ParentItemPath [get] |
| Get hold of the next real parent path, e.g. skip any 'Folder' type parent. | |
| string | ParentPath [get] |
| The path for the parent of this ConfigurationItem. | |
| string | Path [get] |
| The identification of this item. | |
| ServerId | ServerId [get, set] |
| Contains the ServerId of the Management Server holding this item. | |
Contains fields relevant for a ConfiguratonItem with category = "ChildItem".
|
inline |
Return a property value as string, if key is not found the return value will be null.
| key |
|
inline |
Get a collection of all available property keys.
|
inline |
Get defined ValueTypeInfo for a given property. If no ValueTypeInfo is available, an empty list is returned.
| propertyKey |
|
inline |
Sets the value of a property (all is string format here)
| key | |
| content |
|
inline |
Display the 'DisplayName' is the default ToString()
|
getset |
Description.
|
get |
Name of this ConfigurationItem in user readable format. Usually the same as property with key = "Name".
|
get |
Return the item category for this item. This can be used to understand how multiple items are fetched and saved together. Only ItemCategory == 'Item' can be saved.
|
getset |
Name.
|
get |
|
get |
The path for the parent of this ConfigurationItem.
|
get |
The identification of this item.