Property | Type | Description | |
---|---|---|---|
do_read | bool | ||
is_container | bool | ||
max_record_size | int | ||
min_record_size | int | ||
name | string | ||
typecode | TypeCode, |
Method | Description | |
---|---|---|
Find ( TypeCode, typecode ) : RecordType, | ||
RecordType ( TypeCode, typecode, string name, bool is_container, bool do_read, int min_record_size, int max_record_size ) : Gsf |
public static Find ( TypeCode, typecode ) : RecordType, | ||
typecode | TypeCode, | |
return | 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 | |
return | Gsf |