C# 클래스 Rebel.Framework.Persistence.RelationSerializer

A class used to serialize/deserialize a relation
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
FromXml ( string xmlString ) : IRelationById
ToXml ( IRelatableEntity>.IReadonlyRelation model ) : System.Xml.Linq.XDocument

메소드 상세

FromXml() 공개 정적인 메소드

public static FromXml ( string xmlString ) : IRelationById
xmlString string
리턴 IRelationById

ToXml() 공개 정적인 메소드

public static ToXml ( IRelatableEntity>.IReadonlyRelation model ) : System.Xml.Linq.XDocument
model IRelatableEntity>.IReadonlyRelation
리턴 System.Xml.Linq.XDocument