C# 클래스 SenseNet.ContentRepository.ContentLink

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

Private Properties

프로퍼티 타입 설명
HasField bool

공개 메소드들

메소드 설명
ContentLink ( Node parent ) : System
ContentLink ( Node parent, string nodeTypeName ) : System
GetProperty ( string name ) : object
SetProperty ( string name, object value ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
HasField ( string name ) : bool

메소드 상세

ContentLink() 공개 메소드

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

ContentLink() 공개 메소드

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

ContentLink() 보호된 메소드

protected ContentLink ( NodeToken tk ) : System
tk SenseNet.ContentRepository.Storage.NodeToken
리턴 System

GetProperty() 공개 메소드

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

SetProperty() 공개 메소드

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