C# 클래스 SenseNet.Portal.Site

상속: SenseNet.ContentRepository.Workspaces.Workspace
파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

Private Properties

프로퍼티 타입 설명
RefreshUrlList void
ValidateUrlList void

공개 메소드들

메소드 설명
Delete ( ) : void
ForceDelete ( ) : void
GetAllLanguages ( ) : IEnumerable
GetAuthenticationType ( Uri uri ) : string
GetProperty ( string name ) : object
GetSiteByNode ( Node source ) : Site
GetSiteByNodePath ( string path ) : Site
GetUrlByRepositoryPath ( string url, string repositoryPath ) : string
IsRequested ( Uri uri ) : bool
ParseUrlList ( string urlSrc ) : string>.IDictionary
Save ( ) : void

Saves the Site instance.

This is an overriden method, which calls its base implementation first to persist the Site instance, and then rebuilds the site list and sends an application message to the other applications forcing them to do that too.

Save ( SavingMode mode ) : void
SetProperty ( string name, object value ) : void
Site ( Node parent ) : System
Site ( Node parent, string nodeTypeName ) : System
UrlListToString ( string>.IDictionary urlList ) : string

보호된 메소드들

메소드 설명
Site ( NodeToken nt ) : System

비공개 메소드들

메소드 설명
RefreshUrlList ( ) : void
ValidateUrlList ( ) : void

메소드 상세

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

ForceDelete() 공개 메소드

public ForceDelete ( ) : void
리턴 void

GetAllLanguages() 공개 정적인 메소드

public static GetAllLanguages ( ) : IEnumerable
리턴 IEnumerable

GetAuthenticationType() 공개 메소드

public GetAuthenticationType ( Uri uri ) : string
uri System.Uri
리턴 string

GetProperty() 공개 메소드

public GetProperty ( string name ) : object
name string
리턴 object

GetSiteByNode() 공개 정적인 메소드

public static GetSiteByNode ( Node source ) : Site
source Node
리턴 Site

GetSiteByNodePath() 공개 정적인 메소드

public static GetSiteByNodePath ( string path ) : Site
path string
리턴 Site

GetUrlByRepositoryPath() 공개 정적인 메소드

public static GetUrlByRepositoryPath ( string url, string repositoryPath ) : string
url string
repositoryPath string
리턴 string

IsRequested() 공개 메소드

public IsRequested ( Uri uri ) : bool
uri System.Uri
리턴 bool

ParseUrlList() 공개 정적인 메소드

public static ParseUrlList ( string urlSrc ) : string>.IDictionary
urlSrc string
리턴 string>.IDictionary

Save() 공개 메소드

Saves the Site instance.

This is an overriden method, which calls its base implementation first to persist the Site instance, and then rebuilds the site list and sends an application message to the other applications forcing them to do that too.

public Save ( ) : void
리턴 void

Save() 공개 메소드

public Save ( SavingMode mode ) : void
mode SavingMode
리턴 void

SetProperty() 공개 메소드

public SetProperty ( string name, object value ) : void
name string
value object
리턴 void

Site() 공개 메소드

public Site ( Node parent ) : System
parent Node
리턴 System

Site() 공개 메소드

public Site ( Node parent, string nodeTypeName ) : System
parent Node
nodeTypeName string
리턴 System

Site() 보호된 메소드

protected Site ( NodeToken nt ) : System
nt SenseNet.ContentRepository.Storage.NodeToken
리턴 System

UrlListToString() 공개 정적인 메소드

public static UrlListToString ( string>.IDictionary urlList ) : string
urlList string>.IDictionary
리턴 string