C# Class SenseNet.ContentRepository.FeedContent

Afficher le fichier Open project: maxpavlov/FlexNet

Méthodes publiques

Свойство Type Description
XML_ELEMENTNAME_REGEX string

Méthodes publiques

Méthode Description
GetXml ( ) : Stream
GetXml ( bool withChildren, SerializationOptions options = null ) : Stream
GetXml ( string queryFilter, QuerySettings querySettings, SerializationOptions options = null ) : Stream
GetXml ( string referenceMemberName, SerializationOptions options = null ) : Stream

Méthodes protégées

Méthode Description
WriteActions ( XmlWriter writer, string path, IEnumerable actions ) : void
WriteHead ( XmlWriter writer, string contentTypeName, string contentName, string iconName, string path, bool isFolder ) : void
WriteHead ( XmlWriter writer, string contentTypeName, string contentTypeTitle, string contentName, string iconName, string path, bool isFolder ) : void
WriteXml ( IEnumerable childNodes, XmlWriter writer, SerializationOptions options ) : void
WriteXml ( IEnumerable childNodes, XmlWriter writer, SerializationOptions options ) : void
WriteXml ( XmlWriter writer, bool withChildren, SerializationOptions options ) : void
WriteXml ( XmlWriter writer, string queryFilter, QuerySettings querySettings, SerializationOptions options ) : void
WriteXml ( XmlWriter writer, string referenceMemberName, SerializationOptions options ) : void

Private Methods

Méthode Description
GetXml ( bool withChildren, string queryFilter, QuerySettings querySettings, SerializationOptions options ) : Stream
GetXml ( object ActionLinkResolver ) : Stream
GetXml ( object ActionLinkResolver, bool withChildren ) : Stream
GetXml ( object ActionLinkResolver, string referenceMemberName ) : Stream

Method Details

GetXml() public méthode

public GetXml ( ) : Stream
Résultat Stream

GetXml() public méthode

public GetXml ( bool withChildren, SerializationOptions options = null ) : Stream
withChildren bool
options SerializationOptions
Résultat Stream

GetXml() public méthode

public GetXml ( string queryFilter, QuerySettings querySettings, SerializationOptions options = null ) : Stream
queryFilter string
querySettings SenseNet.Search.QuerySettings
options SerializationOptions
Résultat Stream

GetXml() public méthode

public GetXml ( string referenceMemberName, SerializationOptions options = null ) : Stream
referenceMemberName string
options SerializationOptions
Résultat Stream

WriteActions() protected méthode

protected WriteActions ( XmlWriter writer, string path, IEnumerable actions ) : void
writer System.Xml.XmlWriter
path string
actions IEnumerable
Résultat void

WriteHead() protected méthode

protected WriteHead ( XmlWriter writer, string contentTypeName, string contentName, string iconName, string path, bool isFolder ) : void
writer System.Xml.XmlWriter
contentTypeName string
contentName string
iconName string
path string
isFolder bool
Résultat void

WriteHead() protected méthode

protected WriteHead ( XmlWriter writer, string contentTypeName, string contentTypeTitle, string contentName, string iconName, string path, bool isFolder ) : void
writer System.Xml.XmlWriter
contentTypeName string
contentTypeTitle string
contentName string
iconName string
path string
isFolder bool
Résultat void

WriteXml() protected méthode

protected WriteXml ( IEnumerable childNodes, XmlWriter writer, SerializationOptions options ) : void
childNodes IEnumerable
writer System.Xml.XmlWriter
options SerializationOptions
Résultat void

WriteXml() protected méthode

protected WriteXml ( IEnumerable childNodes, XmlWriter writer, SerializationOptions options ) : void
childNodes IEnumerable
writer System.Xml.XmlWriter
options SerializationOptions
Résultat void

WriteXml() protected abstract méthode

protected abstract WriteXml ( XmlWriter writer, bool withChildren, SerializationOptions options ) : void
writer System.Xml.XmlWriter
withChildren bool
options SerializationOptions
Résultat void

WriteXml() protected abstract méthode

protected abstract WriteXml ( XmlWriter writer, string queryFilter, QuerySettings querySettings, SerializationOptions options ) : void
writer System.Xml.XmlWriter
queryFilter string
querySettings SenseNet.Search.QuerySettings
options SerializationOptions
Résultat void

WriteXml() protected abstract méthode

protected abstract WriteXml ( XmlWriter writer, string referenceMemberName, SerializationOptions options ) : void
writer System.Xml.XmlWriter
referenceMemberName string
options SerializationOptions
Résultat void

Property Details

XML_ELEMENTNAME_REGEX public_oe static_oe property

public static string XML_ELEMENTNAME_REGEX
Résultat string