FieldContent Constructor
Overloads
FieldContent() |
For Serialize |
|
FieldContent(String) | ||
FieldContent(String, List<FieldValue>) | ||
FieldContent(String, List<IFieldValue>) | ||
FieldContent(XmlReader) |
FieldContent()
For Serialize
Declaration
public FieldContent()
FieldContent(String)
Declaration
public FieldContent(string i_FieldName)
Parameters
Type | Name | Description |
---|---|---|
System.String | i_FieldName |
FieldContent(String, List<FieldValue>)
Declaration
public FieldContent(string i_FieldName, List<FieldValue> i_FieldValue)
Parameters
Type | Name | Description |
---|---|---|
System.String | i_FieldName | |
System.Collections.Generic.List<FieldValue> | i_FieldValue |
FieldContent(String, List<IFieldValue>)
Declaration
public FieldContent(string i_FieldName, List<IFieldValue> i_FieldValue)
Parameters
Type | Name | Description |
---|---|---|
System.String | i_FieldName | |
System.Collections.Generic.List<IFieldValue> | i_FieldValue |
FieldContent(XmlReader)
Declaration
public FieldContent(XmlReader reader)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlReader | reader |
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!