16 public static readonly Guid
MockEditableRootId =
new Guid(
"{7E7127CF-F22C-4903-BDCE-1714C81A9E89}");
21 SetProperty<Guid>(IdProperty,
id);
40 get {
return GetProperty(IdProperty); }
45 get {
return GetProperty(NameProperty, _name); }
46 set { SetProperty(NameProperty, ref _name, value); }
51 get {
return GetProperty(DataPortalMethodProperty); }
52 set { SetProperty(DataPortalMethodProperty, value); }
This is the base class from which most business objects will be derived.
Maintains metadata about a property.
virtual T DefaultValue
Gets the default initial value for the property.
static readonly Guid MockEditableRootId
override string ToString()
MockEditableRoot(Guid id, bool isnew)
RelationshipTypes
List of valid relationship types between a parent object and another object through a managed propert...
@ Serializable
Prevents updating or inserting until the transaction is complete.