Search Results for

    Show / Hide Table of Contents

    Class DocCenterParameter

    Inheritance
    System.Object
    DocCenterParameter
    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.Extension
    Assembly: Simplic.Framework.Extension.dll
    Syntax
    public class DocCenterParameter

    Constructors

    | Improve this Doc View Source

    DocCenterParameter(String, Guid)

    Constructor

    Declaration
    public DocCenterParameter(string StackName, Guid StackGuid)
    Parameters
    Type Name Description
    System.String StackName
    System.Guid StackGuid
    | Improve this Doc View Source

    DocCenterParameter(String, Guid, String, Guid, Object)

    Constructor

    Declaration
    public DocCenterParameter(string StackName, Guid StackGuid, string ContextStackName, Guid ContextStackGuid, dynamic ContextData)
    Parameters
    Type Name Description
    System.String StackName
    System.Guid StackGuid
    System.String ContextStackName
    System.Guid ContextStackGuid
    System.Object ContextData

    Properties

    | Improve this Doc View Source

    ContextData

    Declaration
    public dynamic ContextData { get; set; }
    Property Value
    Type Description
    System.Object
    | Improve this Doc View Source

    ContextStackGuid

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

    ContextStackName

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

    CurrentRegisterGuid

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

    DocCenterGrid

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

    HasContextData

    Retruns true if context data exists

    Declaration
    public bool HasContextData { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    StackGuid

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

    StackName

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