ABB.Swum.FieldContext.FieldContext C# (CSharp) Method

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
        public FieldContext(string idType, bool idTypeIsPrimitive, string declaringClass) : base(idType, idTypeIsPrimitive, declaringClass) { }

Same methods

FieldContext::FieldContext ( ) : System
FieldContext