Class ExtensionTypeGroupHelper
Inheritance
ExtensionTypeGroupHelper
Assembly: CAMIPC.DotnetHelper.dll
Syntax
public static class ExtensionTypeGroupHelper
Methods
GetCaption(ComWrapper<IIpcExtensionTypeGroup>)
Returns the caption of an extension type group
Declaration
public static string GetCaption(this ComWrapper<IIpcExtensionTypeGroup> groupCom)
Parameters
Returns
GetId(ComWrapper<IIpcExtensionTypeGroup>)
Returns the ID of an extension type group
Declaration
public static string GetId(this ComWrapper<IIpcExtensionTypeGroup> groupCom)
Parameters
Returns
IsSystem(ComWrapper<IIpcExtensionTypeGroup>)
Returns true if the group is a system group
Declaration
public static bool IsSystem(this ComWrapper<IIpcExtensionTypeGroup> groupCom)
Parameters
Returns