C# Class Whitelog.Core.Binary.Deserilizer.Reader.Generic.GenericPackageData

Inheritance: IEntryData
Mostra file Open project: ronenbarak/Whitelog

Public Methods

Method Description
GenericPackageData ( IComponentType type, IList propertyDefinitions ) : System.Collections.Generic
GetEntryType ( ) : IComponentType
GetProperties ( ) : IEnumerable
GetValue ( int index ) : object
SetValue ( int index, object value ) : void

Method Details

GenericPackageData() public method

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

GetEntryType() public method

public GetEntryType ( ) : IComponentType
return IComponentType

GetProperties() public method

public GetProperties ( ) : IEnumerable
return IEnumerable

GetValue() public method

public GetValue ( int index ) : object
index int
return object

SetValue() public method

public SetValue ( int index, object value ) : void
index int
value object
return void