C# Class SenseNet.ContentRepository.Storage.NodeSaveSettings

Show file Open project: maxpavlov/FlexNet Class Usage Examples

Protected Properties

Property Type Description
_nodeHead NodeHead
_versionHistory SenseNet.ContentRepository.Storage.NodeHead.NodeVersion[]

Public Methods

Method Description
GetLastMajorVersion ( ) : NodeHead.NodeVersion
GetLastMinorVersion ( ) : NodeHead.NodeVersion
IsNewVersion ( ) : bool
IsPublic ( ) : bool
NodeSaveSettings ( ) : System

Private Methods

Method Description
GetSavingAlgorithm ( ) : SavingAlgorithm
GetVersionAfterSave ( ) : VersionNumber
NodeChanged ( ) : bool
Validate ( ) : void

Method Details

GetLastMajorVersion() public method

public GetLastMajorVersion ( ) : NodeHead.NodeVersion
return NodeHead.NodeVersion

GetLastMinorVersion() public method

public GetLastMinorVersion ( ) : NodeHead.NodeVersion
return NodeHead.NodeVersion

IsNewVersion() public method

public IsNewVersion ( ) : bool
return bool

IsPublic() public method

public IsPublic ( ) : bool
return bool

NodeSaveSettings() public method

public NodeSaveSettings ( ) : System
return System

Property Details

_nodeHead protected property

protected NodeHead,SenseNet.ContentRepository.Storage _nodeHead
return NodeHead

_versionHistory protected property

protected NodeHead.NodeVersion[],SenseNet.ContentRepository.Storage _versionHistory
return SenseNet.ContentRepository.Storage.NodeHead.NodeVersion[]