C# 클래스 MahTweets.Core.Contact

상속: MahTweets.Core.Interfaces.Notify, IContact
파일 보기 프로젝트 열기: nickhodge/MahTweets.LawrenceHargrave 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Contact ( ) : System
SetContactImage ( Uri avatarUri, System.DateTime UpdateTimestamp ) : void

Update icon for contact

메소드 상세

Contact() 공개 메소드

public Contact ( ) : System
리턴 System

SetContactImage() 공개 메소드

Update icon for contact
public SetContactImage ( Uri avatarUri, System.DateTime UpdateTimestamp ) : void
avatarUri System.Uri Uri to image
UpdateTimestamp System.DateTime Timestamp to check
리턴 void