Click or drag to resize

FixedFieldValues Class

Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryFixedField, Object
    CommonDictionaryFixedField, Object
      Omada.OE.ModelFixedFieldValues

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class FixedFieldValues : CommonDictionary<FixedField, Object>

The FixedFieldValues type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyItem (Inherited from CommonDictionaryFixedField, Object.)
Top
Methods
  NameDescription
Public methodAssign
Public methodContains
Public methodGetValue(FixedField)
Public methodGetValue(FixedField, Boolean)
Public methodGetWithDefault (Inherited from CommonDictionaryFixedField, Object.)
Public methodToString(Char, Char) (Inherited from CommonDictionaryFixedField, Object.)
Public methodToString(String, String) (Inherited from CommonDictionaryFixedField, Object.)
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