CLab# 1.0 API Documentation

CSPLayout Members

CSPLayout overview

Public Instance Constructors

CSPLayout Constructor Initializes a new instance of the "CSPLayout" class.

Public Instance Properties

CpVarToVarID Gets the "CLab.Data.Variable.VariableName" property to the "Casper.Data.CasperVarDom.VarID" property mapping.
TypeNameToIndex Gets the "CLab.Data.Variable.TypeName" property to the index of this type mapping.
Types Gets the list of CSP types.
VarIDToCPVar Gets the "Casper.Data.CasperVarDom.VarID" property to the "CLab.Data.Variable.VariableName" property mapping.
VarIDToTypeName Gets the "Casper.Data.CasperVarDom.VarID" property to the "CLab.Data.Variable.TypeName" property mapping.

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