C# Class ABB.Swum.FieldContext

Encapsulates the program context relevent to a field.
Inheritance: IdContext
Show file Open project: abb-iss/Swum.NET Class Usage Examples

Public Methods

Method Description
FieldContext ( ) : System

Creates a new empty FieldContext.

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

Creates a new FieldContext.

Method Details

FieldContext() public method

Creates a new empty FieldContext.
public FieldContext ( ) : System
return System

FieldContext() public method

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