C# Class SenseNet.ApplicationModel.Device

Inheritance: SenseNet.ContentRepository.GenericContent, IFolder
Datei anzeigen Open project: maxpavlov/FlexNet

Private Properties

Property Type Description

Public Methods

Method Description
Delete ( bool bypassTrash ) : void
Device ( Node parent ) : System
Device ( Node parent, string nodeTypeName ) : System
ForceDelete ( ) : void
Identify ( string userAgent ) : bool
Save ( NodeSaveSettings settings ) : void

Protected Methods

Method Description
Device ( NodeToken nt ) : System

Method Details

Delete() public method

public Delete ( bool bypassTrash ) : void
bypassTrash bool
return void

Device() public method

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

Device() public method

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

Device() protected method

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

ForceDelete() public method

public ForceDelete ( ) : void
return void

Identify() public method

public Identify ( string userAgent ) : bool
userAgent string
return bool

Save() public method

public Save ( NodeSaveSettings settings ) : void
settings SenseNet.ContentRepository.Storage.NodeSaveSettings
return void