Class fnParameters
Parameters for the fn class.
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class fnParameters
Constructors
| Edit this page View SourcefnParameters()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public fnParameters()
fnParameters(XmlNode)
Constructor used when programmatically parsing a XML document.
Declaration
public fnParameters(XmlNode Root)
Parameters
Type | Name | Description |
---|---|---|
XmlNode | Root | Root node containing the XML for this type |
Fields
| Edit this page View Sourcealtid
Alternate ID
Declaration
public altid altid
Field Value
Type | Description |
---|---|
altid |
language
Language property
Declaration
public language language
Field Value
Type | Description |
---|---|
language |
pid
PID values
Declaration
public string[] pid
Field Value
Type | Description |
---|---|
string[] |
pref
Preference value
Declaration
public pref pref
Field Value
Type | Description |
---|---|
pref |
type
Type parameters
Declaration
public typeText[] type
Field Value
Type | Description |
---|---|
typeText[] |