C# Class Sqo.MetaObjects.RawdataInfo

Afficher le fichier Open project: morecraf/Siaqodb Class Usage Examples

Méthodes publiques

Свойство Type Description
ElementLength int
IsFree bool
Length int
Position long

Méthodes publiques

Méthode Description
GetValue ( System.Reflection.FieldInfo field ) : object
SetValue ( System.Reflection.FieldInfo field, object value ) : void

Method Details

GetValue() public méthode

public GetValue ( System.Reflection.FieldInfo field ) : object
field System.Reflection.FieldInfo
Résultat object

SetValue() public méthode

public SetValue ( System.Reflection.FieldInfo field, object value ) : void
field System.Reflection.FieldInfo
value object
Résultat void

Property Details

ElementLength public_oe property

public int ElementLength
Résultat int

IsFree public_oe property

public bool IsFree
Résultat bool

Length public_oe property

public int Length
Résultat int

Position public_oe property

public long Position
Résultat long