Class ActivityBuilder
Inheritance
System.Object
ActivityBuilder
Namespace: System.Activities
Assembly: UiPath.Workflow.dll
Syntax
public sealed class ActivityBuilder : Object
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
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>
|
Methods
GetPropertyReference(Object)
Declaration
public static ActivityPropertyReference GetPropertyReference(object target)
Parameters
System.Object
target
|
Returns
ActivityPropertyReference
|
GetPropertyReferences(Object)
Declaration
public static IList<ActivityPropertyReference> GetPropertyReferences(object target)
Parameters
System.Object
target
|
Returns
System.Collections.Generic.IList<ActivityPropertyReference>
|
SetPropertyReference(Object, ActivityPropertyReference)
Declaration
public static void SetPropertyReference(object target, ActivityPropertyReference value)
Parameters
System.Object
target
|
ActivityPropertyReference
value
|
ShouldSerializePropertyReference(Object)
Declaration
public static bool ShouldSerializePropertyReference(object target)
Parameters
System.Object
target
|
Returns
System.Boolean
|
ShouldSerializePropertyReferences(Object)
Declaration
public static bool ShouldSerializePropertyReferences(object target)
Parameters
System.Object
target
|
Returns
System.Boolean
|