CLab# 1.0 API Documentation

CSPLayout Methods

The methods of the CSPLayout class are listed below. For a complete list of CSPLayout class members, see the CSPLayout Members topic.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetCasperVarDomIndex Gets the index of the "Casper.Data.CasperVarDom" object with the name "cpVarName".
GetCPVarFromVarID Gets the variable name, (CLab.Data.Variable.VariableName"), from the passed inn variable ID, (Casper.Data.CasperVarDom.VarID").
GetDomainIntFromDomainString Gets the domain value's int representation.
GetDomainStringFromDomainInt Gets the domain value's string representation.
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.
GetTypeFormat Gets the type format. "CPTypes".
GetTypeName Gets the name of the variable's type.
GetVarIDFromCPVar Gets the variable ID, (Casper.Data.CasperVarDom.VarID"), from the passed in variable name, (CLab.Data.Variable.VariableName").
MakeCasperVarDoms Makes the casper variables with domain values, "Casper.Data.CasperVarDom", and the mapping from "CLab.Data.CP" representation, to this representation. The method is for internal use of this class.
ToString Returns a "System.String" that represents the current "CLab.CSP.CSPLayout".

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

CSPLayout Class | CLab.CSP Namespace