C# Class ListViewSample.Model.Contact

Show file Open project: brookshi/LLMListView Class Usage Examples

Public Methods

Method Description
Contact ( ) : System
GetContacts ( int numberOfContacts ) : ObservableCollection
GetContactsGrouped ( int numberOfContacts ) : ObservableCollection
GetNewContact ( ) : Contact

Protected Methods

Method Description
Notify ( string propertyName ) : void

Private Methods

Method Description
GenerateFirstName ( ) : string
GenerateLastName ( ) : string
GeneratePhoneNumber ( ) : string
GeneratePosition ( ) : string
GetBiography ( ) : string

Method Details

Contact() public method

public Contact ( ) : System
return System

GetContacts() public static method

public static GetContacts ( int numberOfContacts ) : ObservableCollection
numberOfContacts int
return ObservableCollection

GetContactsGrouped() public static method

public static GetContactsGrouped ( int numberOfContacts ) : ObservableCollection
numberOfContacts int
return ObservableCollection

GetNewContact() public static method

public static GetNewContact ( ) : Contact
return Contact

Notify() protected method

protected Notify ( string propertyName ) : void
propertyName string
return void