C# Class Tests.Mocks.SimplePerson

Inheritance: ModelBase
Afficher le fichier Open project: docevaad/Anchor Class Usage Examples

Private Properties

Свойство Type Description
DateOfBirthChanged void
Secretary_Changed void

Méthodes publiques

Méthode Description
BadGet ( ) : void
BadGet2 ( ) : void
BadGetNew1 ( ) : void
BadGetNew2 ( ) : void
BadGetNew3 ( ) : void
BadGetNew4 ( ) : void
BadGetNew5 ( ) : void
BadGetNew6 ( ) : void
BadGetNew7 ( ) : void
BadGetWithDefault ( ) : void
BadGetWithDefault2 ( ) : void
BadSet1 ( ) : void
BadSet2 ( ) : void
GetPropertyBag ( ) : PropertyBag
InvokeBadPropertyMessage ( ) : void
InvokeGoodPropertyMessage ( ) : void

Méthodes protégées

Méthode Description
OnValidateObject ( ValidationResultCollection results ) : void

Private Methods

Méthode Description
DateOfBirthChanged ( System.DateTime oldValue, System.DateTime newValue ) : void
Secretary_Changed ( object sender, PropertyChangedEventArgs e ) : void

Method Details

BadGet() public méthode

public BadGet ( ) : void
Résultat void

BadGet2() public méthode

public BadGet2 ( ) : void
Résultat void

BadGetNew1() public méthode

public BadGetNew1 ( ) : void
Résultat void

BadGetNew2() public méthode

public BadGetNew2 ( ) : void
Résultat void

BadGetNew3() public méthode

public BadGetNew3 ( ) : void
Résultat void

BadGetNew4() public méthode

public BadGetNew4 ( ) : void
Résultat void

BadGetNew5() public méthode

public BadGetNew5 ( ) : void
Résultat void

BadGetNew6() public méthode

public BadGetNew6 ( ) : void
Résultat void

BadGetNew7() public méthode

public BadGetNew7 ( ) : void
Résultat void

BadGetWithDefault() public méthode

public BadGetWithDefault ( ) : void
Résultat void

BadGetWithDefault2() public méthode

public BadGetWithDefault2 ( ) : void
Résultat void

BadSet1() public méthode

public BadSet1 ( ) : void
Résultat void

BadSet2() public méthode

public BadSet2 ( ) : void
Résultat void

GetPropertyBag() public méthode

public GetPropertyBag ( ) : PropertyBag
Résultat Tortuga.Anchor.Modeling.Internals.PropertyBag

InvokeBadPropertyMessage() public méthode

public InvokeBadPropertyMessage ( ) : void
Résultat void

InvokeGoodPropertyMessage() public méthode

public InvokeGoodPropertyMessage ( ) : void
Résultat void

OnValidateObject() protected méthode

protected OnValidateObject ( ValidationResultCollection results ) : void
results ValidationResultCollection
Résultat void