C# Class ABB.Swum.IdContext

Encapsulates additional program context relevent to an identifier.
Show file Open project: abb-iss/Swum.NET

Protected Methods

Method Description
IdContext ( ) : System

Creates a new IdContext.

IdContext ( string idType, bool idTypeIsPrimitive, string declaringClass ) : System

Creates a new IdContext.

Method Details

IdContext() protected method

Creates a new IdContext.
protected IdContext ( ) : System
return System

IdContext() protected method

Creates a new IdContext.
protected IdContext ( string idType, bool idTypeIsPrimitive, string declaringClass ) : System
idType string The type of the identifier.
idTypeIsPrimitive bool Whether the type of the identifier is a primitive data type.
declaringClass string The class that the identifier is part of.
return System