Show / Hide Table of Contents

    Class BaseSimpeWorkflowleItem

    Inheritance
    System.Object
    BaseSimpeWorkflowleItem
    OwnerSimpleWorkflowItem
    SimpleTaskListItem
    Namespace: DocuWare.Platform.Bpw.Schemas
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public class BaseSimpeWorkflowleItem : IHttpClientProxy

    Properties

    CreateDate

    Declaration
    public System.DateTime CreateDate { get; set; }
    Property Value
    Type Description
    System.DateTime

    DocumentInformation

    Declaration
    public BpwBaseDocument DocumentInformation { get; set; }
    Property Value
    Type Description
    BpwBaseDocument

    DocumentName

    Declaration
    public string DocumentName { get; set; }
    Property Value
    Type Description
    System.String

    DwVerId

    Declaration
    public int DwVerId { get; set; }
    Property Value
    Type Description
    System.Int32

    FcGuid

    Declaration
    public string FcGuid { get; set; }
    Property Value
    Type Description
    System.String

    Id

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    System.String

    Owner

    Declaration
    public string Owner { get; set; }
    Property Value
    Type Description
    System.String

    PercentCompleted

    Declaration
    public int PercentCompleted { get; set; }
    Property Value
    Type Description
    System.Int32

    PercentCompletedSpecified

    Declaration
    public bool PercentCompletedSpecified { get; set; }
    Property Value
    Type Description
    System.Boolean

    WorkflowName

    Declaration
    public string WorkflowName { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    SetProxy(HttpClientProxy)

    Sets the HTTP communication proxy which is used in further HTTP communication.

    Declaration
    public virtual void SetProxy(HttpClientProxy proxy)
    Parameters
    Type Name Description
    HttpClientProxy proxy

    The instance which is used in further HTTP communication.

    Remarks

    The HTTP proxy is used to handle the HTTP requests which are created by this instance. The proxy is used in case a request is sent to a URL which is resolved from a link.

    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top