C# 클래스 SenseNet.ContentRepository.SmartFolder

상속: Folder
파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetChildren ( string text, QuerySettings settings, bool getAllChildren ) : QueryResult
GetProperty ( string name ) : object
SetProperty ( string name, object value ) : void
SmartFolder ( Node parent ) : System.Collections.Generic
SmartFolder ( Node parent, string nodeTypeName ) : System.Collections.Generic

보호된 메소드들

메소드 설명
GetChildren ( ) : IEnumerable
SmartFolder ( NodeToken nt ) : System.Collections.Generic

메소드 상세

GetChildren() 보호된 메소드

protected GetChildren ( ) : IEnumerable
리턴 IEnumerable

GetChildren() 공개 메소드

public GetChildren ( string text, QuerySettings settings, bool getAllChildren ) : QueryResult
text string
settings SenseNet.Search.QuerySettings
getAllChildren bool
리턴 QueryResult

GetProperty() 공개 메소드

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

SetProperty() 공개 메소드

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

SmartFolder() 공개 메소드

public SmartFolder ( Node parent ) : System.Collections.Generic
parent Node
리턴 System.Collections.Generic

SmartFolder() 공개 메소드

public SmartFolder ( Node parent, string nodeTypeName ) : System.Collections.Generic
parent Node
nodeTypeName string
리턴 System.Collections.Generic

SmartFolder() 보호된 메소드

protected SmartFolder ( NodeToken nt ) : System.Collections.Generic
nt SenseNet.ContentRepository.Storage.NodeToken
리턴 System.Collections.Generic