Search Results for

    Show / Hide Table of Contents

    Class CommentOverviewEntryViewModel

    Overview entry model

    Inheritance
    System.Object
    ORMInfoBase
    SybaseBase
    InstanceData_Comment_Entry
    CommentOverviewEntryViewModel
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    InstanceData_Comment_Entry.CommentId
    InstanceData_Comment_Entry.Version
    InstanceData_Comment_Entry.UserComment
    InstanceData_Comment_Entry.UserId
    InstanceData_Comment_Entry.CreateDateTime
    InstanceData_Comment_Entry.CategoryId
    InstanceData_Comment_Entry.IsSticky
    InstanceData_Comment_Entry.TableName
    InstanceData_Comment_Entry.TableOwner
    InstanceData_Comment_Entry.Equals(Object)
    SybaseBase.ConnectionStringName
    SybaseBase.TrySetNewID(Version)
    SybaseBase.OnBeginLoad()
    SybaseBase.OnEndLoad()
    SybaseBase.OnBeginWork(ORMActionType)
    SybaseBase.OnEndWork(ORMActionType)
    ORMInfoBase.PropertyChanged
    ORMInfoBase.NotifyPropertyChanged()
    ORMInfoBase.NotifyPropertyChanged(String)
    ORMInfoBase.ChangeModeAction
    ORMInfoBase.IgnoreChangesInfoStack
    ORMInfoBase.IgnoreChangesWPFBinding
    ORMInfoBase.Delete()
    ORMInfoBase.DeleteCascade()
    ORMInfoBase.serializer_UnknownNode(Object, XmlNodeEventArgs)
    ORMInfoBase.serializer_UnknownAttribute(Object, XmlAttributeEventArgs)
    ORMInfoBase.serializer_UnknownElement(Object, XmlElementEventArgs)
    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 Source

    CommentOverviewEntryViewModel(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 Source

    Category

    Gets or sets the comment category

    Declaration
    public CommentCategoryViewModel Category { get; set; }
    Property Value
    Type Description
    CommentCategoryViewModel
    | Improve this Doc View Source

    DisplayText

    Default display text

    Declaration
    public string DisplayText { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    FriendlyUserName

    Get friendlyusername and cache it

    Declaration
    public string FriendlyUserName { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    HasCommentVisibility

    Gets whether the entry has a comment as visibility

    Declaration
    public Visibility HasCommentVisibility { get; }
    Property Value
    Type Description
    System.Windows.Visibility
    | Improve this Doc View Source

    IsStickyVisibility

    Gets whether the sticky char is visiblle

    Declaration
    public Visibility IsStickyVisibility { get; }
    Property Value
    Type Description
    System.Windows.Visibility

    Implements

    System.ComponentModel.INotifyPropertyChanged
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx