Search Results for

    Show / Hide Table of Contents

    Class StackReport

    Represents a report of a stack

    Inheritance
    System.Object
    StackReport
    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.DataStack
    Assembly: Simplic.DataStack.dll
    Syntax
    public class StackReport

    Constructors

    | Improve this Doc View Source

    StackReport()

    Initializes a new stack report

    Declaration
    public StackReport()
    | Improve this Doc View Source

    StackReport(Guid)

    Initializes a new stack report

    Declaration
    public StackReport(Guid stackId)
    Parameters
    Type Name Description
    System.Guid stackId

    Properties

    | Improve this Doc View Source

    ActionTypeId

    Gets or sets the action type id

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

    IconId

    Gets or sets the icon id

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

    Id

    Gets or sets the Identifier as Guid

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

    ReportId

    Gets or sets the report id

    Declaration
    public Guid? ReportId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    ReportTypeId

    Gets or sets the report type id

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

    StackId

    Gets or sets the stack id

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

    Text

    Gets or sets the display text

    Declaration
    public string Text { 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