C# Class BaconographyPortable.ViewModel.CommentViewModel

Inheritance: ViewModelBase
Show file Open project: Synergex/Baconography Class Usage Examples

Private Properties

Property Type Description
GotoContextImpl void
GotoEditImpl void
GotoFullLinkImpl void
GotoReplyImpl void
GotoUserDetailsImpl void
ReportImpl void
SaveImpl void
ShowExtendedViewImpl void

Public Methods

Method Description
CommentViewModel ( IBaconProvider baconProvider, Thing comment, string linkId, bool oddNesting, int depth ) : BaconographyPortable.Common
Touch ( ) : void

Private Methods

Method Description
GotoContextImpl ( ) : void
GotoEditImpl ( ) : void
GotoFullLinkImpl ( ) : void
GotoReplyImpl ( ) : void
GotoUserDetailsImpl ( ) : void
ReportImpl ( ) : void
SaveImpl ( ) : void
ShowExtendedViewImpl ( ) : void

Method Details

CommentViewModel() public method

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

Touch() public method

public Touch ( ) : void
return void