C# 클래스 SenseNet.ContentRepository.Tests.ContentHandlers.RefTestNode

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

공개 프로퍼티들

프로퍼티 타입 설명
ContentTypeDefinition string

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetProperty ( string name ) : object
RefTestNode ( Node parent ) : System.Collections.Generic
SetProperty ( string name, object value ) : void

보호된 메소드들

메소드 설명
RefTestNode ( NodeToken nt ) : System.Collections.Generic

메소드 상세

GetProperty() 공개 메소드

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

RefTestNode() 공개 메소드

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

RefTestNode() 보호된 메소드

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

SetProperty() 공개 메소드

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

프로퍼티 상세

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

public static string ContentTypeDefinition
리턴 string