Class BaseTemplate
Inheritance
System.Object
BaseTemplate
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Aurigma.DesignAtoms.dll
Syntax
public abstract class BaseTemplate
Constructors
BaseTemplate()
Declaration
Fields
_idmlNotSupportedMessage
Declaration
protected const string _idmlNotSupportedMessage = "The specified {0} file cannot be read. Idml feature is not included in the license key"
Field Value
Type |
Description |
System.String |
|
BgFoldingMode
Declaration
public SurfaceTemplate.BgFoldingModeParams BgFoldingMode
Field Value
CropMarks
Declaration
public List<CropMark> CropMarks
Field Value
Type |
Description |
System.Collections.Generic.List<CropMark> |
|
FoldingLines
Declaration
public List<SurfaceTemplate.FoldingLine> FoldingLines
Field Value
Name
Declaration
Field Value
Type |
Description |
System.String |
|
SafetyLines
Declaration
public List<SafetyLine> SafetyLines
Field Value
Type |
Description |
System.Collections.Generic.List<SafetyLine> |
|
Spines
Declaration
public List<SurfaceTemplate.Spine> Spines
Field Value
Properties
ConfigFileName
Declaration
public string ConfigFileName { get; }
Property Value
Type |
Description |
System.String |
|
FilenameForConfig
Declaration
protected abstract string FilenameForConfig { get; }
Property Value
Type |
Description |
System.String |
|
Methods
Equals(BaseTemplate)
Declaration
protected bool Equals(BaseTemplate other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.Object.Equals(System.Object)