C# 클래스 SenseNet.ContentRepository.FeedContent

파일 보기 프로젝트 열기: maxpavlov/FlexNet

공개 프로퍼티들

프로퍼티 타입 설명
XML_ELEMENTNAME_REGEX string

공개 메소드들

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

보호된 메소드들

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

비공개 메소드들

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

메소드 상세

GetXml() 공개 메소드

public GetXml ( ) : Stream
리턴 Stream

GetXml() 공개 메소드

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

GetXml() 공개 메소드

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

GetXml() 공개 메소드

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

WriteActions() 보호된 메소드

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

WriteHead() 보호된 메소드

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
리턴 void

WriteHead() 보호된 메소드

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
리턴 void

WriteXml() 보호된 메소드

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

WriteXml() 보호된 메소드

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

WriteXml() 보호된 추상적인 메소드

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

WriteXml() 보호된 추상적인 메소드

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

WriteXml() 보호된 추상적인 메소드

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

프로퍼티 상세

XML_ELEMENTNAME_REGEX 공개적으로 정적으로 프로퍼티

public static string XML_ELEMENTNAME_REGEX
리턴 string