C# Class Telegram.Model.Wrappers.ChatModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: naphaso/kilogram Class Usage Examples

Méthodes publiques

Méthode Description
ChatModel ( Chat chat ) : System
SetAvatarPath ( string path ) : void
SetChat ( Chat chat ) : void

Private Methods

Méthode Description
GetChatPlaceholderImageUri ( ) : Uri
OnPropertyChanged ( [ propertyName = null ) : void

Method Details

ChatModel() public méthode

public ChatModel ( Chat chat ) : System
chat Chat
Résultat System

SetAvatarPath() public méthode

public SetAvatarPath ( string path ) : void
path string
Résultat void

SetChat() public méthode

public SetChat ( Chat chat ) : void
chat Chat
Résultat void