ObjectModel.BusinessObject.BusinessObject C# (CSharp) Method

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
		protected BusinessObject(Guid existingObjectID)
		{
			_id = existingObjectID;
		}

Same methods

BusinessObject::BusinessObject ( ) : System
BusinessObject