Class InstanceDataSavedArgs
Inheritance
System.Object
InstanceDataSavedArgs
Assembly: Simplic.Framework.Extension.dll
Syntax
public class InstanceDataSavedArgs : object
Properties
|
Improve this Doc
View Source
InstanceDataId
Declaration
public Guid InstanceDataId { get; set; }
Property Value
|
Improve this Doc
View Source
StackGuid
Declaration
public Guid StackGuid { get; set; }
Property Value
|
Improve this Doc
View Source
StackName
Declaration
public string StackName { get; set; }
Property Value
Type |
Description |
System.String |
|