C# Class BaconographyPortable.ViewModel.CommentViewModel

Inheritance: ViewModelBase
Afficher le fichier Open project: Synergex/Baconography Class Usage Examples

Private Properties

Свойство Type Description
GotoContextImpl void
GotoEditImpl void
GotoFullLinkImpl void
GotoReplyImpl void
GotoUserDetailsImpl void
ReportImpl void
SaveImpl void
ShowExtendedViewImpl void

Méthodes publiques

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

Private Methods

Méthode Description
GotoContextImpl ( ) : void
GotoEditImpl ( ) : void
GotoFullLinkImpl ( ) : void
GotoReplyImpl ( ) : void
GotoUserDetailsImpl ( ) : void
ReportImpl ( ) : void
SaveImpl ( ) : void
ShowExtendedViewImpl ( ) : void

Method Details

CommentViewModel() public méthode

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

Touch() public méthode

public Touch ( ) : void
Résultat void