Méthode | 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
|
Méthode | 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 | ||
Résultat | string |
protected GetObjectPropertyDataErrorInfo ( string columnName ) : string | ||
columnName | string | |
Résultat | string |
public abstract IsEquivalent ( INHEntityObject item ) : bool | ||
item | INHEntityObject | |
Résultat | bool |
protected OnPropertyChanged ( System e ) : void | ||
e | System | |
Résultat | void |
protected OnPropertyChanging ( System e ) : void | ||
e | System | |
Résultat | void |