The following tables list the members exposed by ValidationResult.
| Name | Description | |
|---|---|---|
|
ValidationResult Constructor |
| Name | Description | |
|---|---|---|
|
ValidationMessagesAttributeName | |
|
ValidationStatusAttributeName |
| Name | Description | |
|---|---|---|
|
Container | Gets or sets the container. (Inherited from SourceCode.Framework.PersistableObject) |
|
Guid | Gets or sets the GUID. (Inherited from SourceCode.Framework.PersistableObject) |
|
IsDisposed | Gets a value indicating if the current object have been disposed yet. (Inherited from SourceCode.Framework.PersistableObject) |
|
IsIntLoading | (Inherited from SourceCode.Framework.PersistableObject) |
|
IsLoading | Gets or sets a value indicating whether this instance is loading. (Inherited from SourceCode.Framework.PersistableObject) |
|
Locked | (Inherited from SourceCode.Framework.PersistableObject) |
|
Messages | |
|
Modified | Gets a value indicating whether this PersistableObject is modified. (Inherited from SourceCode.Framework.PersistableObject) |
|
SitedChildren | (Inherited from SourceCode.Framework.PersistableContainerObject) |
|
Status |
| Name | Description | |
|---|---|---|
|
IsEventsEnabled | Gets a value indicating whether events is enabled. (Inherited from SourceCode.Framework.PersistableObject) |
Top
| Name | Description | |
|---|---|---|
|
EnsureClonedInstance | Overloaded. Returns an instance of a cloned object based on the original item. Use in conjuction with Cloning. (Inherited from SourceCode.Framework.PersistableObject) |
|
GetClonedInstance<T> | Returns an instance of a cloned object based on the original guid. Use in conjuction with Cloning. (Inherited from SourceCode.Framework.PersistableObject) |
|
HasObjectBeenCloned | (Inherited from SourceCode.Framework.PersistableObject) |
|
IsObjectInScope | Overloaded. When a cloning context exists, a lookup will be done to determine if the item is in scope. (Inherited from SourceCode.Framework.PersistableObject) |
|
OnContainerChanged | Called when the container change. (Inherited from SourceCode.Framework.PersistableObject) |
|
OnModified | Called when this instance is being modified. (Inherited from SourceCode.Framework.PersistableObject) |
|
OnNotifyBeginPropertyChanged | Overloaded. (Inherited from SourceCode.Framework.PersistableObject) |
|
OnNotifyEndPropertyChanged | Overloaded. (Inherited from SourceCode.Framework.PersistableObject) |
|
OnNotifyPropertyChanged | Overloaded. (Inherited from SourceCode.Framework.PersistableObject) |
|
Validate | Validates this instance. (Inherited from SourceCode.Framework.PersistableObject) |
Top