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