C# Класс Whitelog.Core.Binary.Deserilizer.Reader.Generic.GenericPackageData

Наследование: IEntryData
Показать файл Открыть проект

Открытые методы

Метод Описание
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