Search Results for

    Show / Hide Table of Contents

    Class CommentCategoryViewModel

    Represents the viewmodel of an instance data comment

    Inheritance
    System.Object
    CommentCategoryViewModel
    Namespace: Simplic.Framework.Extension
    Assembly: Simplic.Framework.Extension.dll
    Syntax
    public class CommentCategoryViewModel : UI.MVC.ViewModelBase

    Constructors

    | Improve this Doc View Source

    CommentCategoryViewModel(InstanceDataCommentCategory)

    Initialize new comment category view model

    Declaration
    public CommentCategoryViewModel(InstanceDataCommentCategory model)
    Parameters
    Type Name Description
    InstanceDataCommentCategory model

    Properties

    | Improve this Doc View Source

    Brush

    Gets the color as solid color brush

    Declaration
    public SolidColorBrush Brush { get; }
    Property Value
    Type Description
    System.Windows.Media.SolidColorBrush
    | Improve this Doc View Source

    Color

    Gets or sets the color of the category

    Declaration
    public Color Color { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Color
    | Improve this Doc View Source

    Model

    Gets the model behind the view model

    Declaration
    public InstanceDataCommentCategory Model { get; }
    Property Value
    Type Description
    InstanceDataCommentCategory
    | Improve this Doc View Source

    Name

    Gets or sets the category name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    Equals(Object)

    Equals

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    GetHashCode()

    Override get hashcode and return hashcode of the model behind

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx