C# Class ObjectModel.BusinessObject

Show file Open project: bamboo/Bamboo.Prevalence Class Usage Examples

Protected Properties

Property Type Description
_id System.Guid

Protected Methods

Method Description
BusinessObject ( ) : System
BusinessObject ( System.Guid existingObjectID ) : System

Constructs a new BusinessObject that acts as a reference to an existing BusinessObject in the system.

Method Details

BusinessObject() protected method

protected BusinessObject ( ) : System
return System

BusinessObject() protected method

Constructs a new BusinessObject that acts as a reference to an existing BusinessObject in the system.
protected BusinessObject ( System.Guid existingObjectID ) : System
existingObjectID System.Guid
return System

Property Details

_id protected property

protected Guid,System _id
return System.Guid