C# Class Sqo.MetaObjects.RawdataInfo

Show file Open project: morecraf/Siaqodb Class Usage Examples

Public Properties

Property Type Description
ElementLength int
IsFree bool
Length int
Position long

Public Methods

Method Description
GetValue ( System.Reflection.FieldInfo field ) : object
SetValue ( System.Reflection.FieldInfo field, object value ) : void

Method Details

GetValue() public method

public GetValue ( System.Reflection.FieldInfo field ) : object
field System.Reflection.FieldInfo
return object

SetValue() public method

public SetValue ( System.Reflection.FieldInfo field, object value ) : void
field System.Reflection.FieldInfo
value object
return void

Property Details

ElementLength public property

public int ElementLength
return int

IsFree public property

public bool IsFree
return bool

Length public property

public int Length
return int

Position public property

public long Position
return long