CLab# 1.0 API Documentation

CP Members

CP overview

Public Instance Constructors

CP Overloaded. Initializes a new instance of the CP class.

Public Instance Properties

Author Optional header information in the XML file. Author of the XML data (optional metadata)
Date Optional header information in the XML file. Timestamp of the XML data (optional metadata)
Description Optional header information in the XML file. Description of the XML data (optional metadata)
Rules Gets the list of rule (expression) objects in the internal data representation
Types Gets the list of type objects in the internal data representation
Variables Gets the List of variable objects in the internal data representation.

Public Instance Methods

AddRule Adds a rule (expression) object to the internal data representation
AddType Adds a type object to the internal data representation
AddVariable Adds a variable object to the internal data representation
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

CP Class | CLab.Data Namespace