Show / Hide Table of Contents

    Class StoreDialogParam

    Inheritance
    System.Object
    UrlParameter
    StoreDialogParam
    Inherited Members
    UrlParameter.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: DocuWare.WebIntegration
    Assembly: DocuWare.WebIntegration.dll
    Syntax
    public class StoreDialogParam : UrlParameter

    Constructors

    StoreDialogParam(Guid)

    Declaration
    public StoreDialogParam(Guid stdGuid)
    Parameters
    Type Name Description
    System.Guid stdGuid

    Store dialog GUID

    Properties

    Id

    Returns "sed"

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

    StoreDialogGuid

    Declaration
    public Guid StoreDialogGuid { get; set; }
    Property Value
    Type Description
    System.Guid

    Methods

    FormatValue()

    Returns this.StoreDialogGuid

    Declaration
    public override string FormatValue()
    Returns
    Type Description
    System.String
    Overrides
    UrlParameter.FormatValue()

    GetId()

    Returns the static StoreDialogParam.Id property.

    Declaration
    public override string GetId()
    Returns
    Type Description
    System.String
    Overrides
    UrlParameter.GetId()

    ParseValue(String)

    Declaration
    public static StoreDialogParam ParseValue(string valueStr)
    Parameters
    Type Name Description
    System.String valueStr
    Returns
    Type Description
    StoreDialogParam
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top