Class SearchActorsAdvancedRequestWS
Parameters for SearchActorsAdvanced
Inherited Members
Namespace: SuperOffice.ErpSync
Assembly: SuperOffice.Plugins.dll
Syntax
public class SearchActorsAdvancedRequestWS : RequestBaseWS
Constructors
SearchActorsAdvancedRequestWS()
Parameters for SearchActorsAdvanced
Declaration
public SearchActorsAdvancedRequestWS()
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[] |
Restrictions
Array containing the search restrictions
Declaration
public SearchRestrictionInfoWS[] Restrictions { get; set; }
Property Value
Type | Description |
---|---|
SearchRestrictionInfoWS[] |