SIFWorks ADK 2.0
SimpleField Constructor (parent, def, inValue)
NamespacesEdustructures.SifWorksSimpleFieldSimpleFieldSimpleFieldNew(SifElement, IElementDef, SifSimpleType)

[This is preliminary documentation and is subject to change.]

Constructor
Declaration Syntax
C#Visual BasicVisual C++
public SimpleField(
	SifElement parent,
	IElementDef def,
	SifSimpleType inValue
)
Public Sub New ( _
	parent As SifElement, _
	def As IElementDef, _
	inValue As SifSimpleType _
)
public:
SimpleField (
	SifElement^ parent, 
	IElementDef^ def, 
	SifSimpleType^ inValue
)
Parameters
parent (SifElement)
The SIFElement that is the parent of this field
def (IElementDef)
The metadata definition of this field
inValue (SifSimpleType)
A typed subclass of SIFSimpleType
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the value passed in is null

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10