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