C# 클래스 LinqToSqlXml.DocumentDeserializer

파일 보기 프로젝트 열기: rogeralsing/linq-to-sqlxml

공개 메소드들

메소드 설명
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