Class PageTemplate
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()
Namespace: Aurigma.DesignAtoms.Convert
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class PageTemplate : SurfaceTemplate
Constructors
PageTemplate()
Declaration
public PageTemplate()
Fields
Index
Declaration
public int? Index
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Methods
Equals(PageTemplate)
Declaration
protected bool Equals(PageTemplate other)
Parameters
| Type | Name | Description |
|---|---|---|
| PageTemplate | other |
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 |