Show / Hide Table of Contents

Class SearchActorByParentRequestWS

Parameters for SearchActorsByParent

Inheritance
object
RequestBaseWS
SearchActorByParentRequestWS
Inherited Members
RequestBaseWS.ConnectionGuid
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top