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