C# Class RecordType, gsf-sharp

Afficher le fichier Open project: mono/gsf-sharp Class Usage Examples

Méthodes publiques

Свойство Type Description
do_read bool
is_container bool
max_record_size int
min_record_size int
name string
typecode TypeCode,

Méthodes publiques

Méthode 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 méthode

public static Find ( TypeCode, typecode ) : RecordType,
typecode TypeCode,
Résultat RecordType,

RecordType() public méthode

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
Résultat Gsf

Property Details

do_read public_oe property

public bool do_read
Résultat bool

is_container public_oe property

public bool is_container
Résultat bool

max_record_size public_oe property

public int max_record_size
Résultat int

min_record_size public_oe property

public int min_record_size
Résultat int

name public_oe property

public string name
Résultat string

typecode public_oe property

public TypeCode, typecode
Résultat TypeCode,