C# Class SenseNet.ContentRepository.CalendarEvent

Inheritance: GenericContent
Show file Open project: maxpavlov/FlexNet

Private Properties

Property Type Description

Public Methods

Method Description
CalendarEvent ( Node parent ) : System
CalendarEvent ( Node parent, string nodeTypeName ) : System
GetProperty ( string name ) : object
Save ( SavingMode mode ) : void
SetProperty ( string name, object value ) : void

Protected Methods

Method Description
CalendarEvent ( NodeToken nt ) : System
OnCreated ( object sender, Storage e ) : void

Method Details

CalendarEvent() public method

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

CalendarEvent() public method

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

CalendarEvent() protected method

protected CalendarEvent ( NodeToken nt ) : System
nt SenseNet.ContentRepository.Storage.NodeToken
return System

GetProperty() public method

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

OnCreated() protected method

protected OnCreated ( object sender, Storage e ) : void
sender object
e Storage
return void

Save() public method

public Save ( SavingMode mode ) : void
mode SavingMode
return void

SetProperty() public method

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