Click or drag to resize

CopyRuleLoadOptionsBase Class

Inheritance Hierarchy
SystemObject
  Omada.OE.ModelCommonLoadOptionsBase
    Omada.OE.ModelCopyRuleLoadOptionsBase
      Omada.OE.ModelCopyRuleCountLoadOptions
      Omada.OE.ModelCopyRuleLoadOptions

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public abstract class CopyRuleLoadOptionsBase : CommonLoadOptionsBase

The CopyRuleLoadOptionsBase type exposes the following members.

Constructors
  NameDescription
Protected methodCopyRuleLoadOptionsBase
Top
Properties
  NameDescription
Public propertyFromTypeIdPostList
Positive list of dataobject type id's. Unless the list is empty, only copyrules with "FromTypeId" included in the list are loaded.
Public propertyIdNegList (Inherited from CommonLoadOptionsBase.)
Public propertyIdPosList
Positiv list of id's. Unless the list is empty, only object with the provided ID's are loaded.
(Inherited from CommonLoadOptionsBase.)
Public propertyIsFullTextSearchEnabled
Defines if a fulltext search is enabled
(Inherited from CommonLoadOptionsBase.)
Public propertySearchString (Inherited from CommonLoadOptionsBase.)
Public propertyToTypeIdPostList
Positive list of dataobject type id's. Unless the list is empty, only copyrules with "ToTypeId" included in the list are loaded.
Public propertyUIdPosList
Positive list of copyrule UID's. Unless the list is empty, only objects with the provided UID's are loaded.
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also