Class AddonInfo
Inheritance
System.Object
AddonInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Terrasoft.Core.Addons.Types
Assembly: Terrasoft.Core.dll
Syntax
public class AddonInfo
Constructors
AddonInfo()
Declaration
public AddonInfo()
Properties
AddonMetaItem
Addon mate item instance.
Declaration
public AddonItem AddonMetaItem { get; set; }
Property Value
Type | Description |
---|---|
AddonItem |
AddonName
Addon name.
Declaration
public string AddonName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SchemaManagerNames
Addon schema manager name.
Declaration
public string[] SchemaManagerNames { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |
UseDesignModeProperty
Sign using design mode property.
Declaration
public bool UseDesignModeProperty { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |