C# Class Tests.Mocks.SimplePerson

Inheritance: ModelBase
Mostra file Open project: docevaad/Anchor Class Usage Examples

Private Properties

Property Type Description
DateOfBirthChanged void
Secretary_Changed void

Public Methods

Method 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

Protected Methods

Method Description
OnValidateObject ( ValidationResultCollection results ) : void

Private Methods

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

Method Details

BadGet() public method

public BadGet ( ) : void
return void

BadGet2() public method

public BadGet2 ( ) : void
return void

BadGetNew1() public method

public BadGetNew1 ( ) : void
return void

BadGetNew2() public method

public BadGetNew2 ( ) : void
return void

BadGetNew3() public method

public BadGetNew3 ( ) : void
return void

BadGetNew4() public method

public BadGetNew4 ( ) : void
return void

BadGetNew5() public method

public BadGetNew5 ( ) : void
return void

BadGetNew6() public method

public BadGetNew6 ( ) : void
return void

BadGetNew7() public method

public BadGetNew7 ( ) : void
return void

BadGetWithDefault() public method

public BadGetWithDefault ( ) : void
return void

BadGetWithDefault2() public method

public BadGetWithDefault2 ( ) : void
return void

BadSet1() public method

public BadSet1 ( ) : void
return void

BadSet2() public method

public BadSet2 ( ) : void
return void

GetPropertyBag() public method

public GetPropertyBag ( ) : PropertyBag
return Tortuga.Anchor.Modeling.Internals.PropertyBag

InvokeBadPropertyMessage() public method

public InvokeBadPropertyMessage ( ) : void
return void

InvokeGoodPropertyMessage() public method

public InvokeGoodPropertyMessage ( ) : void
return void

OnValidateObject() protected method

protected OnValidateObject ( ValidationResultCollection results ) : void
results ValidationResultCollection
return void