Class TemplateConfig
Inheritance
System.Object
TemplateConfig
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: Aurigma.DesignAtoms.Convert
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class TemplateConfig
Constructors
TemplateConfig()
Declaration
public TemplateConfig()
Properties
Frames
Declaration
public Dictionary<string, TemplateConfig.FrameConfig> Frames { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<System.String, TemplateConfig.FrameConfig> |
Methods
NormalizeFramesDict(Dictionary<String, TemplateConfig.FrameConfig>)
Declaration
public static Dictionary<string, TemplateConfig.FrameConfig> NormalizeFramesDict(Dictionary<string, TemplateConfig.FrameConfig> frames)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.Dictionary<System.String, TemplateConfig.FrameConfig> | frames |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<System.String, TemplateConfig.FrameConfig> |
SetShortcuts(TemplateConfigShortcuts, IMergeUtil, IGmColorConverter)
Declaration
public void SetShortcuts(TemplateConfigShortcuts templateShortcuts, IMergeUtil mergeUtil, IGmColorConverter gmColorConverter)
Parameters
| Type | Name | Description |
|---|---|---|
| TemplateConfigShortcuts | templateShortcuts | |
| IMergeUtil | mergeUtil | |
| IGmColorConverter | gmColorConverter |