Click or drag to resize

ServiceDimension Class

A service dimension is defined by a set property. Service dimensions are used in service rule matrices for a process template.
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelServiceDimension

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

The ServiceDimension type exposes the following members.

Constructors
  NameDescription
Public methodServiceDimension
Top
Properties
  NameDescription
Public propertyPropertyId
Defines the ID of a set property which are found on the target object of the process template.
Public propertyVOrder
Top
Methods
  NameDescription
Public methodClone
Public methodToString
(Overrides ObjectToString.)
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
  NameDescription
Explicit interface implementationPrivate methodIObjectWithId.GetId
Top
See Also