Class ExtensionTypeInfoHelper
Inheritance
ExtensionTypeInfoHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class ExtensionTypeInfoHelper
Methods
Copy(ComWrapper<IExtensionTypeInfo>, ComWrapper<IExtensionTypeInfo>)
Copy all properties from source object
Declaration
public static void Copy(this ComWrapper<IExtensionTypeInfo> extCom, ComWrapper<IExtensionTypeInfo> source)
Parameters
EmptyValues(ComWrapper<IExtensionTypeInfo>)
Set values of private properties to default
Declaration
public static void EmptyValues(this ComWrapper<IExtensionTypeInfo> extCom)
Parameters
Group(ComWrapper<IExtensionTypeInfo>)
Group, that shows places where extension can be used
Declaration
public static string Group(this ComWrapper<IExtensionTypeInfo> extCom)
Parameters
Returns
Id(ComWrapper<IExtensionTypeInfo>)
Unique identifier of extension in global list of extensions
Declaration
public static string Id(this ComWrapper<IExtensionTypeInfo> extCom)
Parameters
Returns
MaxApiVersion(ComWrapper<IExtensionTypeInfo>)
Max API version required to use this extension
Declaration
public static string MaxApiVersion(this ComWrapper<IExtensionTypeInfo> extCom)
Parameters
Returns
MinApiVersion(ComWrapper<IExtensionTypeInfo>)
Min API version required to use this extension
Declaration
public static string MinApiVersion(this ComWrapper<IExtensionTypeInfo> extCom)
Parameters
Returns
Name(ComWrapper<IExtensionTypeInfo>)
Declaration
public static string Name(this ComWrapper<IExtensionTypeInfo> extCom)
Parameters
Returns
SetGroup(ComWrapper<IExtensionTypeInfo>, string)
Set group that shows places where extension can be used
Declaration
public static void SetGroup(this ComWrapper<IExtensionTypeInfo> extCom, string value)
Parameters
SetId(ComWrapper<IExtensionTypeInfo>, string)
Set unique identifier of extension in global list of extensions
Declaration
public static void SetId(this ComWrapper<IExtensionTypeInfo> extCom, string value)
Parameters
SetName(ComWrapper<IExtensionTypeInfo>, string)
Declaration
public static void SetName(this ComWrapper<IExtensionTypeInfo> extCom, string value)
Parameters
SetVersion(ComWrapper<IExtensionTypeInfo>, string)
Declaration
public static void SetVersion(this ComWrapper<IExtensionTypeInfo> extCom, string value)
Parameters
Update(ComWrapper<IExtensionTypeInfo>, string)
Update extension with new data from source
Declaration
public static void Update(this ComWrapper<IExtensionTypeInfo> extCom, string source)
Parameters
Version(ComWrapper<IExtensionTypeInfo>)
Declaration
public static string Version(this ComWrapper<IExtensionTypeInfo> extCom)
Parameters
Returns