Click or drag to resize

ReassignDefinition Class

En ReassignDefinition udgør en del af en event action (der har ActionType.ReassignActivity).
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelReassignDefinition

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

The ReassignDefinition type exposes the following members.

Constructors
  NameDescription
Public methodReassignDefinition
Top
Properties
  NameDescription
Public propertyActionId
Public propertyPropertyId
Anvendes kun hvis Type = TargetProperty eller ManagerProperty. Skal angive id for en single-value reference property. Det er lovligt både at vælge users og usergroups i property'en.
Public propertyType
Public propertyUserGroupId
Anvendes kun hvis Type = User. Bemærk: angiver et dataobjectid for enten en user eller usergroup.
Top
Methods
  NameDescription
Public methodClone
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