11 private static readonly
PropertyInfo<Guid> MyGuidProperty = RegisterProperty<Guid>(c => c.MyGuid);
37 private static readonly
PropertyInfo<bool> ResourceNotPublicProperty = RegisterProperty<bool>(c => c.ResourceNotPublic);
40 get {
return ReadProperty(ResourceNotPublicProperty); }
41 private set { LoadProperty(ResourceNotPublicProperty, value); }
45 PropertyInfo<int> ResourceNotAnythingProperty = RegisterProperty<int>(c => c.ResourceNotAnything);
48 get {
return ReadProperty(ResourceNotAnythingProperty); }
49 private set { LoadProperty(ResourceNotAnythingProperty, value); }
readonly PropertyInfo< bool > ResourceNotStaticProperty
override void DataPortal_Execute()
static PropertyInfo< int > ResourceNotReadOnlyProperty
This is the base class from which most business objects will be derived.
This is the base class from which command objects will be derived.
Maintains metadata about a property.
@ Serializable
Prevents updating or inserting until the transaction is complete.
@ Execute
Execute operation.