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

Inheritance: IEntryData
Afficher le fichier Open project: ronenbarak/Whitelog

Méthodes publiques

Méthode 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 méthode

public GenericPackageData ( IComponentType type, IList propertyDefinitions ) : System.Collections.Generic
type IComponentType
propertyDefinitions IList
Résultat System.Collections.Generic

GetEntryType() public méthode

public GetEntryType ( ) : IComponentType
Résultat IComponentType

GetProperties() public méthode

public GetProperties ( ) : IEnumerable
Résultat IEnumerable

GetValue() public méthode

public GetValue ( int index ) : object
index int
Résultat object

SetValue() public méthode

public SetValue ( int index, object value ) : void
index int
value object
Résultat void