Class ParentActivity
Represents a parent activity.
Inheritance
System.Object
ParentActivity
Namespace: Copper.Diagnostics.Common
Assembly: Copper.Diagnostics.Common.dll
Syntax
[Serializable]
public class ParentActivity
Constructors
View SourceParentActivity(String)
Initializes a new instance of the ParentActivity class.
Declaration
public ParentActivity(string operationId)
Parameters
Type | Name | Description |
---|---|---|
System.String | operationId | The operation id. |
Properties
View SourceOperationId
Gets or sets the operation id.
Declaration
public string OperationId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The operation id. |