SimplePartitionActionArgs Class

Base class for arguments that require a partition Guid. Some methods only need these arguments with no additional parameters

Definition

Namespace: Articy.Api
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public class SimplePartitionActionArgs : ComplexApiCallArgs
Inheritance
Object    ComplexApiCallArgs    SimplePartitionActionArgs
Derived

Constructors

SimplePartitionActionArgsInitializes a new instance of the SimplePartitionActionArgs class

Properties

LogSourceName The "source" name that should be used when the action that receives the arguments wants to report Progress or other logging output. You will encounter this name as "aMessageSource" within you logging callback
(Inherited from ComplexApiCallArgs)
PartitionGuid the Guid of the partition that should be used. Leave this parameter empty when using a partition action that affects multiple partitions

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Extension Methods

TraceError
(Defined by TraceHelper)
TraceInfo
(Defined by TraceHelper)
TraceWarning
(Defined by TraceHelper)

See Also