C# Class Tests.Mocks.EditablePerson

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

Private Properties

Property Type Description

Public Methods

Method Description
AcceptChangesLocal ( ) : void
BadGet ( ) : void
BadGet2 ( ) : void
BadGetNew1 ( ) : void
BadGetNew2 ( ) : void
BadGetNew3 ( ) : void
BadGetNew4 ( ) : void
BadGetNew5 ( ) : void
BadGetWithDefault ( ) : void
BadGetWithDefault2 ( ) : void
BadSet1 ( ) : void
BadSet2 ( ) : void
DateOfBirthChanged ( System.DateTime oldValue, System.DateTime newValue ) : void
GetPropertyBag ( ) : EditableObjectPropertyBag
InvokeBadPropertyMessage ( ) : void
InvokeGoodPropertyMessage ( ) : void

Protected Methods

Method Description
OnValidateObject ( ValidationResultCollection results ) : void

Method Details

AcceptChangesLocal() public method

public AcceptChangesLocal ( ) : void
return void

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

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

DateOfBirthChanged() public method

public DateOfBirthChanged ( System.DateTime oldValue, System.DateTime newValue ) : void
oldValue System.DateTime
newValue System.DateTime
return void

GetPropertyBag() public method

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

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