C# Class RedditStoreApp.ViewModels.NewCommentViewModel

Inheritance: FlatCommentCollectionItem
Datei anzeigen Open project: anroOfCode/reddit-w8-app

Public Methods

Method Description
NewCommentViewModel ( string parentId, int indentLevel, FlatCommentCollection parentList ) : System

Private Methods

Method Description
DismissAction ( ) : void
PostAction ( ) : void

Method Details

NewCommentViewModel() public method

public NewCommentViewModel ( string parentId, int indentLevel, FlatCommentCollection parentList ) : System
parentId string
indentLevel int
parentList FlatCommentCollection
return System