VNote Methods

Methods

ClearProperties The method can be called to clear all current property values from the vNote. The version is left unchanged.
Clone() This is overridden to allow cloning of a PDI object
(Overrides PDIObject.Clone())
Clone(PDIObject) This is overridden to allow copying of the additional properties
(Overrides PDIObject.Clone(PDIObject))
Equals This is overridden to allow proper comparison of vNote objects
(Overrides Object.Equals(Object))
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCode Get a hash code for the vNote object
(Overrides Object.GetHashCode())
GetObjectData This implements the ISerializable interface and adds the appropriate members to the serialization info based on the vNote settings.
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
PropagateVersion This is used to propagate the version to all properties in the object that need it
ToString Convert the vNote instance to its string form
(Overrides Object.ToString())
WriteToStream(TextWriter) This can be used to write a vNote to a PDI data stream
WriteToStream(TextWriter, StringBuilder) This can be used to write a vNote to a PDI data stream

See Also