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 SourceStackReport()
Initializes a new stack report
Declaration
public StackReport()
StackReport(Guid)
Initializes a new stack report
Declaration
public StackReport(Guid stackId)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | stackId |
Properties
| Improve this Doc View SourceActionTypeId
Gets or sets the action type id
Declaration
public Guid ActionTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IconId
Gets or sets the icon id
Declaration
public Guid IconId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Id
Gets or sets the Identifier as Guid
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ReportId
Gets or sets the report id
Declaration
public Guid? ReportId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
ReportTypeId
Gets or sets the report type id
Declaration
public Guid ReportTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
StackId
Gets or sets the stack id
Declaration
public Guid StackId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Text
Gets or sets the display text
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |