Class DocCenterParameter
Inheritance
System.Object
DocCenterParameter
Assembly: Simplic.Framework.Extension.dll
Syntax
public class DocCenterParameter : object
Constructors
|
Improve this Doc
View Source
DocCenterParameter(String, Guid)
Declaration
public DocCenterParameter(string StackName, Guid StackGuid)
Parameters
Type |
Name |
Description |
System.String |
StackName |
|
Guid |
StackGuid |
|
|
Improve this Doc
View Source
DocCenterParameter(String, Guid, String, Guid, Object)
Declaration
public DocCenterParameter(string StackName, Guid StackGuid, string ContextStackName, Guid ContextStackGuid, dynamic ContextData)
Parameters
Type |
Name |
Description |
System.String |
StackName |
|
Guid |
StackGuid |
|
System.String |
ContextStackName |
|
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
|
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
|
Improve this Doc
View Source
DocCenterGrid
Declaration
public InstanceDataGrid DocCenterGrid { get; set; }
Property Value
|
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
|
Improve this Doc
View Source
StackName
Declaration
public string StackName { get; }
Property Value
Type |
Description |
System.String |
|