C# Class Rebel.Cms.Web.Model.Node

Exibir arquivo Open project: RebelCMS/rebelcmsxu5

Protected Methods

Method Description
Node ( ) : System
Node ( HiveId id ) : System
Node ( IConcurrencyToken concurrencyToken, HiveId id ) : System

Initializes a new instance of the Node class. This constructor is designed to be used for helping an instance verify whether the related data entity has changed between population and re-saving, if ever attempted.

Method Details

Node() protected method

protected Node ( ) : System
return System

Node() protected method

protected Node ( HiveId id ) : System
id HiveId
return System

Node() protected method

Initializes a new instance of the Node class. This constructor is designed to be used for helping an instance verify whether the related data entity has changed between population and re-saving, if ever attempted.
protected Node ( IConcurrencyToken concurrencyToken, HiveId id ) : System
concurrencyToken IConcurrencyToken The concurrency token.
id HiveId The id.
return System