C# Class Tests.Address

Mostrar archivo Open project: kalisohn/CloneBehave Class Usage Examples

Public Methods

Method Description
Address ( ) : System
Address ( int aid ) : System
AddressChangedIsNull ( ) : bool
RaiseAddressChanged ( ) : void

Method Details

Address() public method

public Address ( ) : System
return System

Address() public method

public Address ( int aid ) : System
aid int
return System

AddressChangedIsNull() public method

public AddressChangedIsNull ( ) : bool
return bool

RaiseAddressChanged() public method

public RaiseAddressChanged ( ) : void
return void