C# Class SenseNet.ContentRepository.Tests.ContentHandlers.RefTestNode

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

Méthodes publiques

Свойство Type Description
ContentTypeDefinition string

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetProperty ( string name ) : object
RefTestNode ( Node parent ) : System.Collections.Generic
SetProperty ( string name, object value ) : void

Méthodes protégées

Méthode Description
RefTestNode ( NodeToken nt ) : System.Collections.Generic

Method Details

GetProperty() public méthode

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

RefTestNode() public méthode

public RefTestNode ( Node parent ) : System.Collections.Generic
parent Node
Résultat System.Collections.Generic

RefTestNode() protected méthode

protected RefTestNode ( NodeToken nt ) : System.Collections.Generic
nt SenseNet.ContentRepository.Storage.NodeToken
Résultat System.Collections.Generic

SetProperty() public méthode

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

Property Details

ContentTypeDefinition public_oe static_oe property

public static string ContentTypeDefinition
Résultat string