C# 클래스 BaconographyPortable.ViewModel.CommentViewModel

상속: ViewModelBase
파일 보기 프로젝트 열기: Synergex/Baconography 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GotoContextImpl void
GotoEditImpl void
GotoFullLinkImpl void
GotoReplyImpl void
GotoUserDetailsImpl void
ReportImpl void
SaveImpl void
ShowExtendedViewImpl void

공개 메소드들

메소드 설명
CommentViewModel ( IBaconProvider baconProvider, Thing comment, string linkId, bool oddNesting, int depth ) : BaconographyPortable.Common
Touch ( ) : void

비공개 메소드들

메소드 설명
GotoContextImpl ( ) : void
GotoEditImpl ( ) : void
GotoFullLinkImpl ( ) : void
GotoReplyImpl ( ) : void
GotoUserDetailsImpl ( ) : void
ReportImpl ( ) : void
SaveImpl ( ) : void
ShowExtendedViewImpl ( ) : void

메소드 상세

CommentViewModel() 공개 메소드

public CommentViewModel ( IBaconProvider baconProvider, Thing comment, string linkId, bool oddNesting, int depth ) : BaconographyPortable.Common
baconProvider IBaconProvider
comment Thing
linkId string
oddNesting bool
depth int
리턴 BaconographyPortable.Common

Touch() 공개 메소드

public Touch ( ) : void
리턴 void