Show / Hide Table of Contents

Class DynamicActivity

Inheritance
System.Object
Activity
DynamicActivity
Inherited Members
Activity.ToString()
Activity.ShouldSerializeDisplayName()
Activity.CacheMetadata(ActivityMetadata)
Activity.CacheId
Activity.DisplayName
Activity.Id
Namespace: System.Activities
Assembly: System.Activities.dll
Syntax
public sealed class DynamicActivity : Activity, ICustomTypeDescriptor, IDynamicActivity

Constructors

DynamicActivity()

Declaration
public DynamicActivity()

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 Func<Activity> Implementation { get; set; }
Property Value
System.Func<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