C# 클래스 SenseNet.Services.CmisService

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

공개 메소드들

메소드 설명
GetChildren ( string repositoryId, string folderId ) : System.ServiceModel.Syndication.Atom10FeedFormatter
GetEntry ( string repositoryId, string entryId ) : System.ServiceModel.Syndication.Atom10FeedFormatter
GetParent ( string repositoryId, string entryId ) : System.ServiceModel.Syndication.Atom10FeedFormatter
GetParents ( string repositoryId, string entryId ) : System.ServiceModel.Syndication.Atom10FeedFormatter
GetRepositories ( ) : System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter
GetRepositoryInfo ( string repositoryId ) : System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter
GetRoot ( string repositoryId ) : System.ServiceModel.Syndication.Atom10FeedFormatter

비공개 메소드들

메소드 설명
SetResponseHeaders ( ) : void

메소드 상세

GetChildren() 공개 메소드

public GetChildren ( string repositoryId, string folderId ) : System.ServiceModel.Syndication.Atom10FeedFormatter
repositoryId string
folderId string
리턴 System.ServiceModel.Syndication.Atom10FeedFormatter

GetEntry() 공개 메소드

public GetEntry ( string repositoryId, string entryId ) : System.ServiceModel.Syndication.Atom10FeedFormatter
repositoryId string
entryId string
리턴 System.ServiceModel.Syndication.Atom10FeedFormatter

GetParent() 공개 메소드

public GetParent ( string repositoryId, string entryId ) : System.ServiceModel.Syndication.Atom10FeedFormatter
repositoryId string
entryId string
리턴 System.ServiceModel.Syndication.Atom10FeedFormatter

GetParents() 공개 메소드

public GetParents ( string repositoryId, string entryId ) : System.ServiceModel.Syndication.Atom10FeedFormatter
repositoryId string
entryId string
리턴 System.ServiceModel.Syndication.Atom10FeedFormatter

GetRepositories() 공개 메소드

public GetRepositories ( ) : System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter
리턴 System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter

GetRepositoryInfo() 공개 메소드

public GetRepositoryInfo ( string repositoryId ) : System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter
repositoryId string
리턴 System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter

GetRoot() 공개 메소드

public GetRoot ( string repositoryId ) : System.ServiceModel.Syndication.Atom10FeedFormatter
repositoryId string
리턴 System.ServiceModel.Syndication.Atom10FeedFormatter