Class FunctionDescription
Inheritance
System.Object
FunctionDescription
Assembly: DocuWare.Platform.ServerClient.dll
public class FunctionDescription : object
Constructors
Creates a new instance of this class
Declaration
public FunctionDescription()
Properties
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string MaxParameters { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int MinParameters { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public List<ParameterDescription> Parameter { get; set; }
Property Value