Class SearchActorByParentRequestWS
Parameters for SearchActorsByParent
Inherited Members
Namespace: SuperOffice.ErpSync
Assembly: SuperOffice.Plugins.dll
Syntax
public class SearchActorByParentRequestWS : RequestBaseWS
Constructors
SearchActorByParentRequestWS()
Parameters for SearchActorsByParent
Declaration
public SearchActorByParentRequestWS()
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 to return
Declaration
public string[] FieldKeys { get; set; }
Property Value
Type | Description |
---|---|
string[] |
ParentActorErpKey
The parent actor erp key
Declaration
public string ParentActorErpKey { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentActorType
Which actor type should the parent be
Declaration
public string ParentActorType { 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 |