C# 클래스 SenseNet.ContentRepository.TrashBag

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

Private Properties

프로퍼티 타입 설명
CopyPermissions void
Destroy void

공개 메소드들

메소드 설명
BagThis ( GenericContent node ) : TrashBag
Delete ( ) : void
ForceDelete ( ) : void
GetProperty ( string name ) : object
SetProperty ( string name, object value ) : void
TrashBag ( Node parent ) : System
TrashBag ( Node parent, string nodeTypeName ) : System

보호된 메소드들

메소드 설명
TrashBag ( NodeToken tk ) : System

비공개 메소드들

메소드 설명
CopyPermissions ( Node source, Node target ) : void
Destroy ( ) : void

메소드 상세

BagThis() 공개 정적인 메소드

public static BagThis ( GenericContent node ) : TrashBag
node GenericContent
리턴 TrashBag

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

ForceDelete() 공개 메소드

public ForceDelete ( ) : void
리턴 void

GetProperty() 공개 메소드

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

SetProperty() 공개 메소드

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

TrashBag() 공개 메소드

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

TrashBag() 공개 메소드

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

TrashBag() 보호된 메소드

protected TrashBag ( NodeToken tk ) : System
tk NodeToken
리턴 System