Click or drag to resize

DataObjectCounter Class

En dataobjectcounter anvendes til at tælle antallet af dataobjekter i systemet, der opfylder et bestemt sæt kriterier.
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelDataObjectCounter

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class DataObjectCounter : IObjectWithId, 
	ICloneable, IObjectContainingDataObjectFilter, IObjectWithGuid

The DataObjectCounter type exposes the following members.

Constructors
  NameDescription
Public methodDataObjectCounter
Construct the counter object
Top
Properties
  NameDescription
Public propertyFilter
Filter er normalt null (selvom FilterId > 0).
Public propertyFilterId
Angiver et dataobjectfilter id.
Public propertyId
Internal ID of the counter
Public propertyName
Name of counter (multi lingual)
Public propertyNumber
Counter number taken from a sequence
Public propertyUId
UID of the counter
Top
Methods
  NameDescription
Public methodClone
Binary clone of this object
Public methodPassesFilter
Calculates whether the counter can "pass" the provided filter. The search is based on the name of the counter and the related DataObjectType names
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
Explicit Interface Implementations
See Also