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 SourceDocCenterParameter(String, Guid)
Constructor
Declaration
public DocCenterParameter(string StackName, Guid StackGuid)
Parameters
Type | Name | Description |
---|---|---|
System.String | StackName | |
System.Guid | StackGuid |
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 SourceContextData
Declaration
public dynamic ContextData { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
ContextStackGuid
Declaration
public Guid ContextStackGuid { get; }
Property Value
Type | Description |
---|---|
System.Guid |
ContextStackName
Declaration
public string ContextStackName { get; }
Property Value
Type | Description |
---|---|
System.String |
CurrentRegisterGuid
Declaration
public Guid CurrentRegisterGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
DocCenterGrid
Declaration
public InstanceDataGrid DocCenterGrid { get; set; }
Property Value
Type | Description |
---|---|
InstanceDataGrid |
HasContextData
Retruns true if context data exists
Declaration
public bool HasContextData { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
StackGuid
Declaration
public Guid StackGuid { get; }
Property Value
Type | Description |
---|---|
System.Guid |
StackName
Declaration
public string StackName { get; }
Property Value
Type | Description |
---|---|
System.String |