Method | Description | |
---|---|---|
FC ( IMessage message ) : System |
Creates a FC. The Message to which this Type belongs
|
|
FC ( IMessage message, string description ) : System |
Creates a FC. The Message to which this Type belongs The description of this type
|
|
this ( int index ) : IType |
Returns an individual data component. @throws DataTypeException if the given element number is out of range. The index item to get (zero based)
|
public FC ( IMessage message, string description ) : System | ||
message | IMessage | |
description | string | |
return | System |