Show / Hide Table of Contents

Class SpecialSearchKeys

Special search keys that must be supported through SearchActorsAdvanced

Inheritance
object
SpecialSearchKeys
Inherited Members
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 static class SpecialSearchKeys

Fields

PARENT_ACTORTYPE

Specifies that the actor we're searching for is the child of an actor with this actor type. Always used in conjunction with PARENT_ERPKEY

Declaration
public const string PARENT_ACTORTYPE = "ParentActorType"
Field Value
Type Description
string

PARENT_ERPKEY

Specifies that the actor we're searching for is the child of an actor with this primary key. Always used in conjunction with PARENT_ACTORTYPE

Declaration
public const string PARENT_ERPKEY = "ParentErpKey"
Field Value
Type Description
string
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top