C# 클래스 MahTweets.Core.Interfaces.Plugins.StatusUpdate

상속: Notify, IStatusUpdate
파일 보기 프로젝트 열기: nickhodge/MahTweets.LawrenceHargrave

Private Properties

프로퍼티 타입 설명
WithDayOfMonthSuffix string

공개 메소드들

메소드 설명
AddParent ( IMicroblog parent ) : void
DisplayFriendlyTime ( ) : string
Filter ( string ignore ) : bool
HasAttachment ( string url ) : bool
RemoveAttachment ( string url ) : void
StatusUpdate ( ) : System

보호된 메소드들

메소드 설명
DisplayFriendlyTime ( string friendlyDistance ) : string

비공개 메소드들

메소드 설명
WithDayOfMonthSuffix ( int dayOfMonth ) : string

메소드 상세

AddParent() 공개 메소드

public AddParent ( IMicroblog parent ) : void
parent IMicroblog
리턴 void

DisplayFriendlyTime() 공개 메소드

public DisplayFriendlyTime ( ) : string
리턴 string

DisplayFriendlyTime() 보호된 메소드

protected DisplayFriendlyTime ( string friendlyDistance ) : string
friendlyDistance string
리턴 string

Filter() 공개 메소드

public Filter ( string ignore ) : bool
ignore string
리턴 bool

HasAttachment() 공개 메소드

public HasAttachment ( string url ) : bool
url string
리턴 bool

RemoveAttachment() 공개 메소드

public RemoveAttachment ( string url ) : void
url string
리턴 void

StatusUpdate() 공개 메소드

public StatusUpdate ( ) : System
리턴 System