C# Class SenseNet.ContentRepository.ContentLink

Inheritance: GenericContent
Show file Open project: maxpavlov/FlexNet Class Usage Examples

Private Properties

Property Type Description
HasField bool

Public Methods

Method Description
ContentLink ( Node parent ) : System
ContentLink ( Node parent, string nodeTypeName ) : System
GetProperty ( string name ) : object
SetProperty ( string name, object value ) : void

Protected Methods

Method Description
ContentLink ( NodeToken tk ) : System

Private Methods

Method Description
HasField ( string name ) : bool

Method Details

ContentLink() public method

public ContentLink ( Node parent ) : System
parent Node
return System

ContentLink() public method

public ContentLink ( Node parent, string nodeTypeName ) : System
parent Node
nodeTypeName string
return System

ContentLink() protected method

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

GetProperty() public method

public GetProperty ( string name ) : object
name string
return object

SetProperty() public method

public SetProperty ( string name, object value ) : void
name string
value object
return void