[This is preliminary documentation and is subject to change.]
Constructor
| C# | Visual Basic | Visual 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 )
- 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
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown if the value passed in is null |