Search Results for

    Show / Hide Table of Contents

    Class Workflows

    Defines the Workflows to provision

    Inheritance
    System.Object
    BaseModel
    Workflows
    Inherited Members
    BaseModel.ParentTemplate
    Namespace: PnP.Framework.Provisioning.Model
    Assembly: PnP.Framework.dll
    Syntax
    public class Workflows : BaseModel, IProvisioningTemplateDescendant

    Constructors

    Workflows()

    Default constructor

    Declaration
    public Workflows()

    Workflows(IEnumerable<WorkflowDefinition>, IEnumerable<WorkflowSubscription>)

    Constructor

    Declaration
    public Workflows(IEnumerable<WorkflowDefinition> workflowDefinitions = null, IEnumerable<WorkflowSubscription> workflowSubscriptions = null)
    Parameters
    IEnumerable<WorkflowDefinition> workflowDefinitions

    Collection of workflow definitions

    IEnumerable<WorkflowSubscription> workflowSubscriptions

    Collection of workflow subscriptions

    Properties

    WorkflowDefinitions

    Defines the Workflows Definitions to provision

    Declaration
    public WorkflowDefinitionCollection WorkflowDefinitions { get; }
    Property Value
    WorkflowDefinitionCollection

    WorkflowSubscriptions

    Defines the Workflows Subscriptions to provision

    Declaration
    public WorkflowSubscriptionCollection WorkflowSubscriptions { get; }
    Property Value
    WorkflowSubscriptionCollection

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer