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

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

Public Properties

Property Type Description
ContentTypeDefinition string

Private Properties

Property Type Description

Public Methods

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

Protected Methods

Method Description
RefTestNode ( NodeToken nt ) : System.Collections.Generic

Method Details

GetProperty() public method

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

RefTestNode() public method

public RefTestNode ( Node parent ) : System.Collections.Generic
parent Node
return System.Collections.Generic

RefTestNode() protected method

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

SetProperty() public method

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

Property Details

ContentTypeDefinition public static property

public static string ContentTypeDefinition
return string