EnumerateResourcesActivity Members
An activity that queries for resources in the FIM Service database and provides the resulting set to child activities.
The following tables list the members exposed by the EnumerateResourcesActivity type.
Public Constructors
Name | Description | |
---|---|---|
EnumerateResourcesActivity | Initializes a new instance of the EnumerateResourcesActivity class with default values. |
Top
Public Fields
Name | Description | |
---|---|---|
ActorIdProperty | The DependencyProperty object that promotes the ActorId property. | |
CurrentIterationItemProperty | This API supports the FIM 2010 infrastructure. Using this API directly from your code is not supported. | |
PageSizeProperty | The DependencyProperty object that promotes the PageSize property. | |
SelectionProperty | The DependencyProperty object that promotes the Selection property. | |
SortingAttributesProperty | The DependencyProperty object that promotes the SortingAttributes property. | |
TotalResultsCountProperty | The DependencyProperty object that promotes the TotalResultsCount property. | |
XPathFilterProperty | The DependencyProperty object that promotes the XPathFilter property. |
Top
Public Properties
(see also Protected Properties)
Name | Description | |
---|---|---|
Activities | (Inherited from CompositeActivity) | |
ActorId | ActorId is a Guid value that represents the ObjectID property of the resource that is used to calculate management policy rules that affect a request that is created by the activity. Activities can perform only the operations for which their ActorID property has been granted rights. | |
Description | (Inherited from Activity) | |
Enabled | (Inherited from Activity) | |
EnabledActivities | (Inherited from CompositeActivity) | |
ExecutionResult | (Inherited from Activity) | |
ExecutionStatus | (Inherited from Activity) | |
IsDynamicActivity | (Inherited from Activity) | |
Name | (Inherited from Activity) | |
PageSize | Indicates the page size. | |
Parent | (Inherited from Activity) | |
QualifiedName | (Inherited from Activity) | |
Selection | An array of String objects that represent a list of attributes to be returned by the activity for each item in the query result. | |
Site | (Inherited from DependencyObject) | |
SortingAttributes | An array of the SortingAttribute class that represents the names of attributes to sort the enumeration results by. | |
TotalResultsCount | Indicates the total number of results. | |
UserData | (Inherited from DependencyObject) | |
XPathFilter | Stores the FIM XPath filter that is used to identify the resources that are included in the enumeration. |
Top
Protected Properties
Name | Description | |
---|---|---|
ParentDependencyObject | (Inherited from DependencyObject) | |
WorkflowInstanceId | (Inherited from Activity) |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
AddHandler | (Inherited from DependencyObject) | |
Clone | (Inherited from Activity) | |
Dispose | (Inherited from DependencyObject) | |
Equals | (Inherited from Object) | |
GetActivityByName | (Inherited from Activity) | |
GetActivityByName | (Inherited from Activity) | |
GetBinding | (Inherited from DependencyObject) | |
GetCurrentIterationItem | Returns a copy of the current item. | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
GetValue | (Inherited from DependencyObject) | |
GetValueBase | (Inherited from DependencyObject) | |
IsBindingSet | (Inherited from DependencyObject) | |
MetaEquals | (Inherited from DependencyObject) | |
RegisterForStatusChange | (Inherited from Activity) | |
RemoveHandler | (Inherited from DependencyObject) | |
RemoveProperty | (Inherited from DependencyObject) | |
Save | (Inherited from Activity) | |
Save | (Inherited from Activity) | |
SetBinding | (Inherited from DependencyObject) | |
SetCurrentIterationItem | This API supports the FIM 2010 infrastructure. Using this API directly from your code is not supported. | |
SetValue | (Inherited from DependencyObject) | |
SetValueBase | (Inherited from DependencyObject) | |
ToString | Overridden. (Inherited from Object) | |
UnregisterForStatusChange | (Inherited from Activity) |
Top
Protected Methods
Name | Description | |
---|---|---|
ApplyWorkflowChanges | (Inherited from CompositeActivity) | |
Dispose | Overridden. (Inherited from DependencyObject) | |
Finalize | Overridden. (Inherited from Object) | |
GetBoundValue | (Inherited from DependencyObject) | |
GetDynamicActivities | (Inherited from CompositeActivity) | |
GetInvocationList | (Inherited from DependencyObject) | |
InitializeProperties | (Inherited from DependencyObject) | |
MemberwiseClone | (Inherited from Object) | |
OnClosed | (Inherited from Activity) | |
OnListChanged | (Inherited from CompositeActivity) | |
OnListChanging | (Inherited from CompositeActivity) | |
SetBoundValue | (Inherited from DependencyObject) | |
TrackData | (Inherited from Activity) | |
TrackData | (Inherited from Activity) |
Top
Public Events
Name | Description | |
---|---|---|
Canceling | (Inherited from Activity) | |
Closed | (Inherited from Activity) | |
Compensating | (Inherited from Activity) | |
Executing | (Inherited from Activity) | |
Faulting | (Inherited from Activity) | |
StatusChanged | (Inherited from Activity) |
Top
See Also
Reference
EnumerateResourcesActivity Class
Microsoft.ResourceManagement.Workflow.Activities Namespace
Microsoft.ResourceManagement.Workflow.Activities