Example #1
0
 /// <summary>
 /// Returns the status of the object assigned to node. If the object doesn't spport status returns empty string
 /// </summary>
 public abstract string GetNodeStatus(object smoObject, SmoQueryContext smoContext);
Example #2
0
 /// <summary>
 /// Returns the custom name of the object assigned to the node. If the object doesn't have custom name, returns empty string
 /// </summary>
 public abstract string GetNodeCustomName(object smoObject, SmoQueryContext smoContext);
Example #3
0
 /// <summary>
 /// Returns the node sub type if the object can have sub types otehr wise returns empty string
 /// </summary>
 public abstract string GetNodeSubType(object smoObject, SmoQueryContext smoContext);