Class FunctionDescription
Inheritance
System.Object
    FunctionDescription
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class FunctionDescription
  Constructors
FunctionDescription()
Creates a new instance of this class
Declaration
public FunctionDescription()
  Properties
Description
Declaration
public string Description { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
MaxParameters
Declaration
public string MaxParameters { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
MinParameters
Declaration
public int MinParameters { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Name
Declaration
public string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Parameter
Declaration
public List<ParameterDescription> Parameter { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<ParameterDescription> |