Class DynamicActivity
Inherited Members
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
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>
|