Class DownloadTypeParam
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 class DownloadTypeParam : UrlParameter
Constructors
DownloadTypeParam(DownloadType)
Declaration
public DownloadTypeParam(DownloadType dlType)
Parameters
| Type | Name | Description |
|---|---|---|
| DownloadType | dlType |
Properties
DownloadType
Declaration
public DownloadType DownloadType { get; set; }
Property Value
| Type | Description |
|---|---|
| DownloadType |
Id
Returns "dt"
Declaration
public static string Id { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
FormatValue()
Returns this.DownloadType
Declaration
public override string FormatValue()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
GetId()
Returns the static DownloadTypeParam.Id property.
Declaration
public override string GetId()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
ParseValue(String)
Declaration
public static DownloadTypeParam ParseValue(string valueStr)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | valueStr |
Returns
| Type | Description |
|---|---|
| DownloadTypeParam |