Class FunctionExpression
Inheritance
System.Object
FunctionExpression
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class FunctionExpression : object
Properties
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Parameter
Declaration
public List<AnyExpression> Parameter { get; set; }
Property Value
Type | Description |
---|---|
List<AnyExpression> |