|   | Monitor | 
 Inheritance Hierarchy
Inheritance Hierarchy
         Syntax
SyntaxThe MonitorSettingsRecord type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ChannelSettings | Gets or sets the settings for the channels defined in the data source. | 
|   | DefaultNominalFrequency | Gets or sets the default value for the NominalFrequency property when the value is not defined in the PQDIF file. | 
|  | Effective | Gets or sets the date time at which these settings become effective. | 
|  | NominalFrequency | Gets or sets nominal frequency. | 
|  | PhysicalRecord | Gets the physical record of the monitor settings record. | 
|  | TimeInstalled | Gets or sets the time at which the settings were installed. | 
|  | UseCalibration | Gets or sets the flag that determines whether the calibration settings need to be applied before using the values recorded by this monitor. | 
|  | UseTransducer | Gets or sets the flag that determines whether the transducer ratio needs to be applied before using the values recorded by this monitor. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AddNewChannelSetting | Adds a new channel setting to the collection of channel settings in this monitor settings record. | 
|   | CreateMonitorSettingsRecord | Creates a new monitor settings record from scratch. | 
|   | CreateMonitorSettingsRecord(Record) | Creates a new monitor settings record from the given physical record if the physical record is of type monitor settings. Returns null if it is not. | 
|  | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object) | 
|  | GetType | Gets the Type of the current instance. (Inherited from Object) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | 
|  | Remove | Removes the given channel setting from the collection of channel settings. | 
|  | ToString | Returns a string that represents the current object. (Inherited from Object) | 
 Fields
Fields| Name | Description | |
|---|---|---|
|   | ChannelSettingsArrayTag | Tag that identifies the collection of channel settings. | 
|   | EffectiveTag | Tag that identifies the time that these settings become effective. | 
|   | NominalFrequencyTag | Tag that identifies the nominal frequency. | 
|   | OneChannelSettingTag | Tag that identifies one channel setting in the collection. | 
|   | TimeInstalledTag | Tag that identifies the install time. | 
|   | UseCalibrationTag | Tag that identifies the flag which determines whether to apply calibration to the series. | 
|   | UseTransducerTag | Tag that identifies the flag which determines whether to apply transducer adjustments to the series. | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | GetEnumValueOrDefault | Gets the enumeration constant for value, if defined in the enumeration, or a default value. (Defined by EnumExtensions) | 
|  | GetEnumValueOrDefaultT | Gets the enumeration constant for this value, if defined in the enumeration, or a default value. (Defined by EnumExtensions) | 
 See Also
See Also