Class UrlParameter
Inheritance
System.Object
UrlParameter
Inherited Members
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 abstract class UrlParameter
Constructors
UrlParameter()
Initializes a new instance of the UrlParameter class.
Declaration
public UrlParameter()
Methods
FormatValue()
Declaration
public abstract string FormatValue()
Returns
Type | Description |
---|---|
System.String |
GetId()
Returns the id of the parameter.
Declaration
public abstract string GetId()
Returns
Type | Description |
---|---|
System.String |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()