Search Results for

    Show / Hide Table of Contents

    Class DynamicStatusItemList

    Inheritance
    System.Object
    DynamicStatusItemList
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: UICatalog
    Assembly: UICatalog.dll
    Syntax
    public class DynamicStatusItemList

    Constructors

    DynamicStatusItemList()

    Declaration
    public DynamicStatusItemList()

    DynamicStatusItemList(ustring, StatusItem)

    Declaration
    public DynamicStatusItemList(ustring title, StatusItem statusItem)
    Parameters
    Type Name Description
    ustring title
    StatusItem statusItem

    Properties

    StatusItem

    Declaration
    public StatusItem StatusItem { get; set; }
    Property Value
    Type Description
    StatusItem

    Title

    Declaration
    public ustring Title { get; set; }
    Property Value
    Type Description
    ustring

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()
    In This Article
    Back to top Generated by DocFX