Class DxfStyleBase<T>
Inheritance
System.Object
DxfStyleBase<T>
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()
Assembly: Experior.Core.dll
Syntax
public abstract class DxfStyleBase<T>
Type Parameters
Fields
_styles
Declaration
protected ExcelStyles _styles
Field Value
Properties
AllowChange
Is this value allowed to be changed?
Declaration
protected bool AllowChange { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
HasValue
Declaration
protected abstract bool HasValue { get; }
Property Value
Type |
Description |
System.Boolean |
|
Id
Declaration
protected abstract string Id { get; }
Property Value
Type |
Description |
System.String |
|
Methods
Clone()
Declaration
protected abstract T Clone()
Returns
CreateNodes(XmlHelper, String)
Declaration
protected abstract void CreateNodes(XmlHelper helper, string path)
Parameters
Type |
Name |
Description |
XmlHelper |
helper |
|
System.String |
path |
|
GetAsString(Object)
Declaration
protected string GetAsString(object v)
Parameters
Type |
Name |
Description |
System.Object |
v |
|
Returns
Type |
Description |
System.String |
|
SetValue(XmlHelper, String, Object)
Declaration
protected void SetValue(XmlHelper helper, string path, object v)
Parameters
Type |
Name |
Description |
XmlHelper |
helper |
|
System.String |
path |
|
System.Object |
v |
|
SetValueBool(XmlHelper, String, Nullable<Boolean>)
Declaration
protected void SetValueBool(XmlHelper helper, string path, bool? v)
Parameters
Type |
Name |
Description |
XmlHelper |
helper |
|
System.String |
path |
|
System.Nullable<System.Boolean> |
v |
|
SetValueColor(XmlHelper, String, ExcelDxfColor)
Declaration
protected void SetValueColor(XmlHelper helper, string path, ExcelDxfColor color)
Parameters
SetValueEnum(XmlHelper, String, Enum)
Same as SetValue but will set first char to lower case.
Declaration
protected void SetValueEnum(XmlHelper helper, string path, Enum v)
Parameters
Type |
Name |
Description |
XmlHelper |
helper |
|
System.String |
path |
|
System.Enum |
v |
|