C# Class SenseNet.ContentRepository.FeedContent

Show file Open project: maxpavlov/FlexNet

Public Properties

Property Type Description
XML_ELEMENTNAME_REGEX string

Public Methods

Method 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

Protected Methods

Method 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

Method 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 method

public GetXml ( ) : Stream
return Stream

GetXml() public method

public GetXml ( bool withChildren, SerializationOptions options = null ) : Stream
withChildren bool
options SerializationOptions
return Stream

GetXml() public method

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

GetXml() public method

public GetXml ( string referenceMemberName, SerializationOptions options = null ) : Stream
referenceMemberName string
options SerializationOptions
return Stream

WriteActions() protected method

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

WriteHead() protected method

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
return void

WriteHead() protected method

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
return void

WriteXml() protected method

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

WriteXml() protected method

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

WriteXml() protected abstract method

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

WriteXml() protected abstract method

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

WriteXml() protected abstract method

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

Property Details

XML_ELEMENTNAME_REGEX public static property

public static string XML_ELEMENTNAME_REGEX
return string