C# 클래스 RecordType, gsf-sharp

파일 보기 프로젝트 열기: mono/gsf-sharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
do_read bool
is_container bool
max_record_size int
min_record_size int
name string
typecode TypeCode,

공개 메소드들

메소드 설명
Find ( TypeCode, typecode ) : RecordType,
RecordType ( TypeCode, typecode, string name, bool is_container, bool do_read, int min_record_size, int max_record_size ) : Gsf

메소드 상세

Find() 공개 정적인 메소드

public static Find ( TypeCode, typecode ) : RecordType,
typecode TypeCode,
리턴 RecordType,

RecordType() 공개 메소드

public RecordType ( TypeCode, typecode, string name, bool is_container, bool do_read, int min_record_size, int max_record_size ) : Gsf
typecode TypeCode,
name string
is_container bool
do_read bool
min_record_size int
max_record_size int
리턴 Gsf

프로퍼티 상세

do_read 공개적으로 프로퍼티

public bool do_read
리턴 bool

is_container 공개적으로 프로퍼티

public bool is_container
리턴 bool

max_record_size 공개적으로 프로퍼티

public int max_record_size
리턴 int

min_record_size 공개적으로 프로퍼티

public int min_record_size
리턴 int

name 공개적으로 프로퍼티

public string name
리턴 string

typecode 공개적으로 프로퍼티

public TypeCode, typecode
리턴 TypeCode,