Class SearchActorsRequestWS
Parameters for SearchActors
Inherited Members
Namespace: SuperOffice.ErpSync
Assembly: SuperOffice.Plugins.dll
Syntax
public class SearchActorsRequestWS : RequestBaseWS
Constructors
SearchActorsRequestWS()
Parameters for SearchActors
Declaration
public SearchActorsRequestWS()
Properties
ActorType
Contains the Actor type as a string
Declaration
public string ActorType { get; set; }
Property Value
Type | Description |
---|---|
String |
FieldKeys
Array containing the field keys
Declaration
public string[] FieldKeys { get; set; }
Property Value
Type | Description |
---|---|
String[] |
SearchText
Contains the actual text to search for
Declaration
public string SearchText { get; set; }
Property Value
Type | Description |
---|---|
String |
Extension Methods
EnumUtil.MapEnums<From, To>(From)