PropertiesWriter Class

Provides interface to write Region properties during export.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public class PropertiesWriter
Inheritance
Object    PropertiesWriter

Constructors

PropertiesWriter() Default constructor of the PropertiesWriter class.
PropertiesWriter(XmlWriter) Constructor of the PropertiesWriter class taking a writer to create an object instance with.

Properties

IsWritable Determines whether current instance of an object supports editing.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
SetBoolean Sets a boolean property by the given name and value.
SetDouble Sets a double number property by the given name and value.
SetInt32 Sets an integer property by the given name and value.
SetSingle Sets a floating point number property by the given name and value.
SetString Sets a boolean property by the given name and value.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also