C# Class NHapi.Model.V271.Datatype.FC

Inheritance: AbstractType, IComposite
Mostrar archivo Open project: nHapiNET/nHapi

Public Methods

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) The data component (as a type) at the requested number (ordinal)

Method Details

FC() public method

Creates a FC. The Message to which this Type belongs
public FC ( IMessage message ) : System
message IMessage
return System

FC() public method

Creates a FC. The Message to which this Type belongs The description of this type
public FC ( IMessage message, string description ) : System
message IMessage
description string
return System

this() public method

Returns an individual data component. @throws DataTypeException if the given element number is out of range. The index item to get (zero based) The data component (as a type) at the requested number (ordinal)
public this ( int index ) : IType
index int
return IType