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