Click or drag to resize

CopyRuleUsage Class

Inheritance Hierarchy
SystemObject
  Omada.OE.ModelCopyRuleUsage

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

The CopyRuleUsage type exposes the following members.

Constructors
  NameDescription
Public methodCopyRuleUsage
Top
Properties
  NameDescription
Public propertyObject
Object is either an event definition or a control element.
Public propertyProcessTemplateId
Top
Methods
  NameDescription
Public methodClone
Public methodGetId
Public methodGetName
Name of object: It can be * name of an event definition, or * name of a control element
Public methodGetProcessTemplateName
Returns the name of the eventuel process template that the object belongs to.
Public methodGetTypeName
Type Name of object: It can be either * event definition, or * control element
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