C# Class bazar.Contact

Show file Open project: QualitySolution/Bazar Class Usage Examples

Public Properties

Property Type Description
NewContact bool

Public Methods

Method Description
Contact ( ) : System
ContactFill ( int id ) : void

Protected Methods

Method Description
Build ( ) : void
OnButtonOkClicked ( object sender, System e ) : void
OnEntryActivated ( object sender, EventArgs e ) : void
OnEntryFIOChanged ( object sender, System e ) : void
TestCanSave ( ) : void

Method Details

Build() protected method

protected Build ( ) : void
return void

Contact() public method

public Contact ( ) : System
return System

ContactFill() public method

public ContactFill ( int id ) : void
id int
return void

OnButtonOkClicked() protected method

protected OnButtonOkClicked ( object sender, System e ) : void
sender object
e System
return void

OnEntryActivated() protected method

protected OnEntryActivated ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

OnEntryFIOChanged() protected method

protected OnEntryFIOChanged ( object sender, System e ) : void
sender object
e System
return void

TestCanSave() protected method

protected TestCanSave ( ) : void
return void

Property Details

NewContact public property

public bool NewContact
return bool