Show / Hide Table of Contents

Class ActivityBuilder<TResult>

Inheritance
System.Object
ActivityBuilder<TResult>
Namespace: System.Activities
Assembly: UiPath.Workflow.dll
Syntax
public sealed class ActivityBuilder<TResult> : Object
Type Parameters
TResult

Constructors

ActivityBuilder()

Declaration
public ActivityBuilder()

Properties

Attributes

Declaration
public Collection<Attribute> Attributes { get; }
Property Value
System.Collections.ObjectModel.Collection<System.Attribute>

Constraints

Declaration
public Collection<Constraint> Constraints { get; }
Property Value
System.Collections.ObjectModel.Collection<Constraint>

Implementation

Declaration
public Activity Implementation { get; set; }
Property Value
Activity

ImplementationVersion

Declaration
public Version ImplementationVersion { get; set; }
Property Value
System.Version

Name

Declaration
public string Name { get; set; }
Property Value
System.String

Properties

Declaration
public KeyedCollection<string, DynamicActivityProperty> Properties { get; }
Property Value
System.Collections.ObjectModel.KeyedCollection<System.String, DynamicActivityProperty>

Back to top Generated by DocFX