C# 클래스 NHapi.Model.V271.Datatype.FC

상속: AbstractType, IComposite
파일 보기 프로젝트 열기: nHapiNET/nHapi

공개 메소드들

메소드 설명
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)

메소드 상세

FC() 공개 메소드

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

FC() 공개 메소드

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
리턴 System

this() 공개 메소드

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
리턴 IType