Class CommentOverviewEntryViewModel
Overview entry model
Inheritance
System.Object
CommentOverviewEntryViewModel
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.Extension
Assembly: Simplic.Framework.Extension.dll
Syntax
public class CommentOverviewEntryViewModel : InstanceData_Comment_Entry, INotifyPropertyChanged
Constructors
| Improve this Doc View SourceCommentOverviewEntryViewModel(InstanceData_Comment_Entry)
Create new overview model
Declaration
public CommentOverviewEntryViewModel(InstanceData_Comment_Entry model)
Parameters
Type | Name | Description |
---|---|---|
InstanceData_Comment_Entry | model | Model instance |
Properties
| Improve this Doc View SourceCategory
Gets or sets the comment category
Declaration
public CommentCategoryViewModel Category { get; set; }
Property Value
Type | Description |
---|---|
CommentCategoryViewModel |
DisplayText
Default display text
Declaration
public string DisplayText { get; }
Property Value
Type | Description |
---|---|
System.String |
FriendlyUserName
Get friendlyusername and cache it
Declaration
public string FriendlyUserName { get; }
Property Value
Type | Description |
---|---|
System.String |
HasCommentVisibility
Gets whether the entry has a comment as visibility
Declaration
public Visibility HasCommentVisibility { get; }
Property Value
Type | Description |
---|---|
System.Windows.Visibility |
IsStickyVisibility
Gets whether the sticky char is visiblle
Declaration
public Visibility IsStickyVisibility { get; }
Property Value
Type | Description |
---|---|
System.Windows.Visibility |
Implements
System.ComponentModel.INotifyPropertyChanged