C# Class SenseNet.ContentRepository.FileBase

Inheritance: GenericContent, IFile
Show file Open project: maxpavlov/FlexNet

Private Properties

Property Type Description

Public Methods

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

Protected Methods

Method Description
FileBase ( NodeToken nt ) : System

Method Details

FileBase() public method

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

FileBase() public method

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

FileBase() protected method

protected FileBase ( NodeToken nt ) : System
nt 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