C# Class RecordType, gsf-sharp

Show file Open project: mono/gsf-sharp Class Usage Examples

Public Properties

Property Type Description
do_read bool
is_container bool
max_record_size int
min_record_size int
name string
typecode TypeCode,

Public Methods

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

Method Details

Find() public static method

public static Find ( TypeCode, typecode ) : RecordType,
typecode TypeCode,
return RecordType,

RecordType() public method

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

Property Details

do_read public property

public bool do_read
return bool

is_container public property

public bool is_container
return bool

max_record_size public property

public int max_record_size
return int

min_record_size public property

public int min_record_size
return int

name public property

public string name
return string

typecode public property

public TypeCode, typecode
return TypeCode,