Click or drag to resize

ResourceAssignmentAttributeValue Class

Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.RoPESvcResourceAssignmentAttributeValue

Namespace:  Omada.OE.Solution.OIM.AppLogic.RoPESvc
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
[DataContractAttribute(Name = "ResourceAssignment.AttributeValue", Namespace = "http://schemas.datacontract.org/2004/07/Omada.RoPE.EngineExecutor.RemoteApiModel")]
[KnownTypeAttribute(typeof(SimulationOptions))]
[KnownTypeAttribute(typeof(SimulatedChange[]))]
[KnownTypeAttribute(typeof(SimulatedChange))]
[KnownTypeAttribute(typeof(ResourceAssignment))]
[KnownTypeAttribute(typeof(SimulationAssignment[]))]
[KnownTypeAttribute(typeof(SimulationAssignment))]
[KnownTypeAttribute(typeof(CalculatedAssignment))]
[KnownTypeAttribute(typeof(IdentityInfo))]
[KnownTypeAttribute(typeof(ResourceInfo))]
[KnownTypeAttribute(typeof(ResourcePoolInfo))]
[KnownTypeAttribute(typeof(ResourceTypeInfo))]
[KnownTypeAttribute(typeof(CalculatedPolicyCheck[]))]
[KnownTypeAttribute(typeof(CalculatedPolicyCheck))]
[KnownTypeAttribute(typeof(CalculatedViolation[]))]
[KnownTypeAttribute(typeof(CalculatedViolation))]
[KnownTypeAttribute(typeof(SimulationAction))]
[KnownTypeAttribute(typeof(SimulationObjectType))]
[KnownTypeAttribute(typeof(Dictionary<string, ResourceAssignmentAttributeValue>))]
[KnownTypeAttribute(typeof(string[]))]
[KnownTypeAttribute(typeof(Guid[]))]
public class AttributeValue : INotifyPropertyChanged

The ResourceAssignmentAttributeValue type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyValue
Public propertyValues
Top
Methods
  NameDescription
Protected methodRaisePropertyChanged
Top
Events
  NameDescription
Public eventPropertyChanged
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