C# Class Rebel.Framework.Persistence.RelationSerializer

A class used to serialize/deserialize a relation
Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Méthodes publiques

Méthode Description
FromXml ( string xmlString ) : IRelationById
ToXml ( IRelatableEntity>.IReadonlyRelation model ) : System.Xml.Linq.XDocument

Method Details

FromXml() public static méthode

public static FromXml ( string xmlString ) : IRelationById
xmlString string
Résultat IRelationById

ToXml() public static méthode

public static ToXml ( IRelatableEntity>.IReadonlyRelation model ) : System.Xml.Linq.XDocument
model IRelatableEntity>.IReadonlyRelation
Résultat System.Xml.Linq.XDocument