C# Класс ABB.Swum.IdContext

Encapsulates additional program context relevent to an identifier.
Показать файл Открыть проект

Защищенные методы

Метод Описание
IdContext ( ) : System

Creates a new IdContext.

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

Creates a new IdContext.

Описание методов

IdContext() защищенный метод

Creates a new IdContext.
protected IdContext ( ) : System
Результат System

IdContext() защищенный метод

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.
Результат System