C# Класс LinqToSqlXml.DocumentDeserializer

Показать файл Открыть проект

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

Метод Описание
Deserialize ( System.Xml.Linq.XElement xml, Type expectedType ) : object

Приватные методы

Метод Описание
DeserializeBool ( string propertyString ) : object
DeserializeDateTime ( string propertyString ) : object
DeserializeDecimal ( string propertyString ) : object
DeserializeDouble ( string propertyString ) : object
DeserializeGuid ( string propertyString ) : object
DeserializeInt ( string propertyString ) : object
DeserializeList ( string value, PropertyInfo property, object propertyValue, object result ) : void
DeserializeList2 ( object propertyValue, Type collectionType ) : object
DeserializeString ( string propertyString ) : object

Описание методов

Deserialize() публичный статический Метод

public static Deserialize ( System.Xml.Linq.XElement xml, Type expectedType ) : object
xml System.Xml.Linq.XElement
expectedType System.Type
Результат object