C# 클래스 Whitelog.Core.Binary.Deserilizer.Reader.Generic.GenericPackageData

상속: IEntryData
파일 보기 프로젝트 열기: ronenbarak/Whitelog

공개 메소드들

메소드 설명
GenericPackageData ( IComponentType type, IList propertyDefinitions ) : System.Collections.Generic
GetEntryType ( ) : IComponentType
GetProperties ( ) : IEnumerable
GetValue ( int index ) : object
SetValue ( int index, object value ) : void

메소드 상세

GenericPackageData() 공개 메소드

public GenericPackageData ( IComponentType type, IList propertyDefinitions ) : System.Collections.Generic
type IComponentType
propertyDefinitions IList
리턴 System.Collections.Generic

GetEntryType() 공개 메소드

public GetEntryType ( ) : IComponentType
리턴 IComponentType

GetProperties() 공개 메소드

public GetProperties ( ) : IEnumerable
리턴 IEnumerable

GetValue() 공개 메소드

public GetValue ( int index ) : object
index int
리턴 object

SetValue() 공개 메소드

public SetValue ( int index, object value ) : void
index int
value object
리턴 void