C# 클래스 Sqo.MetaObjects.RawdataInfo

파일 보기 프로젝트 열기: morecraf/Siaqodb 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ElementLength int
IsFree bool
Length int
Position long

공개 메소드들

메소드 설명
GetValue ( System.Reflection.FieldInfo field ) : object
SetValue ( System.Reflection.FieldInfo field, object value ) : void

메소드 상세

GetValue() 공개 메소드

public GetValue ( System.Reflection.FieldInfo field ) : object
field System.Reflection.FieldInfo
리턴 object

SetValue() 공개 메소드

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

프로퍼티 상세

ElementLength 공개적으로 프로퍼티

public int ElementLength
리턴 int

IsFree 공개적으로 프로퍼티

public bool IsFree
리턴 bool

Length 공개적으로 프로퍼티

public int Length
리턴 int

Position 공개적으로 프로퍼티

public long Position
리턴 long