C# Class ABB.Swum.IdContext

Encapsulates additional program context relevent to an identifier.
Afficher le fichier Open project: abb-iss/Swum.NET

Méthodes protégées

Méthode Description
IdContext ( ) : System

Creates a new IdContext.

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

Creates a new IdContext.

Method Details

IdContext() protected méthode

Creates a new IdContext.
protected IdContext ( ) : System
Résultat System

IdContext() protected méthode

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.
Résultat System