Method | Description | |
---|---|---|
GetRuleViolations ( ) : IEnumerable |
Get the validation rule violations
|
|
IsEquivalent ( INHEntityObject item ) : bool |
Test another entity object for equivalence against the current instance
|
|
IsValid ( ) : bool |
Determines if all of the validation rules have been met
|
Method | Description | |
---|---|---|
GetObjectDataErrorInfo ( ) : string |
This method may be overridden to provide validation for entity objects
|
|
GetObjectPropertyDataErrorInfo ( string columnName ) : string |
This method may be overridden to provide validation for entity properties
|
|
OnPropertyChanged ( System e ) : void | ||
OnPropertyChanging ( System e ) : void |
protected GetObjectDataErrorInfo ( ) : string | ||
return | string |
protected GetObjectPropertyDataErrorInfo ( string columnName ) : string | ||
columnName | string | |
return | string |
public abstract IsEquivalent ( INHEntityObject item ) : bool | ||
item | INHEntityObject | |
return | bool |
protected OnPropertyChanged ( System e ) : void | ||
e | System | |
return | void |
protected OnPropertyChanging ( System e ) : void | ||
e | System | |
return | void |