WorkflowSubscriptionCollection members
Include protected members
Include inherited members
Representa uma coleção de assinaturas de fluxo de trabalho do SharePoint.
The WorkflowSubscriptionCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WorkflowSubscriptionCollection() | Inicializa uma nova instância da classe WorkflowSubscriptionCollection . | |
WorkflowSubscriptionCollection(IList<WorkflowSubscription>) | Inicializa uma nova instância da classe WorkflowSubscriptionCollection com uma lista de assinaturas do fluxo de trabalho associado. |
Top
Properties
Name | Description | |
---|---|---|
Count | (Inherited from Collection<WorkflowSubscription>.) | |
Item | (Inherited from Collection<WorkflowSubscription>.) | |
Items | (Inherited from Collection<WorkflowSubscription>.) |
Top
Methods
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IList.Add | (Inherited from Collection<WorkflowSubscription>.) | |
IList.Contains | (Inherited from Collection<WorkflowSubscription>.) | |
ICollection.CopyTo | (Inherited from Collection<WorkflowSubscription>.) | |
IEnumerable.GetEnumerator | (Inherited from Collection<WorkflowSubscription>.) | |
IList.IndexOf | (Inherited from Collection<WorkflowSubscription>.) | |
IList.Insert | (Inherited from Collection<WorkflowSubscription>.) | |
IList.IsFixedSize | (Inherited from Collection<WorkflowSubscription>.) | |
ICollection<T>.IsReadOnly | (Inherited from Collection<WorkflowSubscription>.) | |
IList.IsReadOnly | (Inherited from Collection<WorkflowSubscription>.) | |
ICollection.IsSynchronized | (Inherited from Collection<WorkflowSubscription>.) | |
IList.Item | (Inherited from Collection<WorkflowSubscription>.) | |
IList.Remove | (Inherited from Collection<WorkflowSubscription>.) | |
ICollection.SyncRoot | (Inherited from Collection<WorkflowSubscription>.) |
Top