![]() |
CSLA .NET 10.0.0
A home for your business logic
|
Stores details about a specific broken business rule. More...
Public Member Functions | |
| BrokenRule () | |
| Creates an instance of this type. | |
| override string | ToString () |
| Gets a string representation for this object. | |
Protected Member Functions | |
| override void | OnGetState (SerializationInfo info, StateMode mode) |
| Override this method to insert your field values into the MobileFormatter serialization stream. | |
| override void | OnSetState (SerializationInfo info, StateMode mode) |
| Override this method to retrieve your field values from the MobileFormatter serialization stream. | |
| Protected Member Functions inherited from Csla.Core.MobileObject | |
| virtual void | OnGetChildren (SerializationInfo info, MobileFormatter formatter) |
| Override this method to insert your child object references into the MobileFormatter serialization stream. | |
| virtual void | OnSetChildren (SerializationInfo info, MobileFormatter formatter) |
| Override this method to retrieve your child object references from the MobileFormatter serialization stream. | |
| virtual void | OnGetMetastate (BinaryWriter writer) |
| Override this method to write field values directly to a binary stream for metastate serialization. | |
| virtual void | OnSetMetastate (BinaryReader reader) |
| Override this method to read field values directly from a binary stream for metastate deserialization. | |
Properties | |
| string | RuleName [get] |
| Provides access to the name of the broken rule. | |
| string | Description [get] |
| Provides access to the description of the broken rule. | |
| string? | Property [get] |
| Provides access to the property affected by the broken rule. | |
| RuleSeverity | Severity [get] |
| Gets the severity of the broken rule. | |
| string? | OriginProperty [get] |
| Gets or sets the origin property. | |
| int | Priority [get] |
| Gets or sets the broken rule priority. | |
| int | DisplayIndex [get] |
| Gets or sets the DisplayIndex property. | |
Stores details about a specific broken business rule.
|
inline |
Creates an instance of this type.
|
inlineprotectedvirtual |
Override this method to insert your field values into the MobileFormatter serialization stream.
| info | Object containing the data to serialize. |
| mode | The StateMode indicating why this method was invoked. |
Reimplemented from Csla.Core.MobileObject.
|
inlineprotectedvirtual |
Override this method to retrieve your field values from the MobileFormatter serialization stream.
| info | Object containing the data to serialize. |
| mode | The StateMode indicating why this method was invoked. |
Reimplemented from Csla.Core.MobileObject.
|
inline |
Gets a string representation for this object.
|
get |
Provides access to the description of the broken rule.
The description of the rule.
|
get |
Gets or sets the DisplayIndex property.
The DisplayIndex property.
|
get |
Gets or sets the origin property.
The origin property.
|
get |
Gets or sets the broken rule priority.
|
get |
Provides access to the property affected by the broken rule.
The property affected by the rule.
|
get |
Provides access to the name of the broken rule.
The name of the rule.
|
get |
Gets the severity of the broken rule.