Search Results for

    Show / Hide Table of Contents

    Class TextModule

    Represents a TextModule

    Inheritance
    System.Object
    TextModule
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    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.UI
    Assembly: Simplic.Framework.Base.dll
    Syntax
    public class TextModule

    Constructors

    | Improve this Doc View Source

    TextModule()

    Initialize instance

    Declaration
    public TextModule()

    Properties

    | Improve this Doc View Source

    GroupName

    Gets or sets the property GroupName as string

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

    Id

    Gets or sets the property Id as Guid

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    Name

    Gets or sets the property Name as string

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

    Number

    Gets or sets the property Number as int

    Declaration
    public int Number { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    TextMode

    Gets or sets the property TextMode as integer.

    Declaration
    public int TextMode { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    TextValue

    Gets or sets the property TextValue as string

    Declaration
    public string TextValue { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx