C# Class SenseNet.ContentRepository.ContentLink

Inheritance: GenericContent
Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Private Properties

Свойство Type Description
HasField bool

Méthodes publiques

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

Méthodes protégées

Méthode Description
ContentLink ( NodeToken tk ) : System

Private Methods

Méthode Description
HasField ( string name ) : bool

Method Details

ContentLink() public méthode

public ContentLink ( Node parent ) : System
parent Node
Résultat System

ContentLink() public méthode

public ContentLink ( Node parent, string nodeTypeName ) : System
parent Node
nodeTypeName string
Résultat System

ContentLink() protected méthode

protected ContentLink ( NodeToken tk ) : System
tk SenseNet.ContentRepository.Storage.NodeToken
Résultat System

GetProperty() public méthode

public GetProperty ( string name ) : object
name string
Résultat object

SetProperty() public méthode

public SetProperty ( string name, object value ) : void
name string
value object
Résultat void