TriggerProperty Properties

Properties

CalendarScale This is used to get or set the calendar scale (CALSCALE) parameter value
(Inherited from BaseDateTimeProperty)
CharacterSet This is used to set or get the character set used for the value
(Inherited from BaseProperty)
CustomParameters This property is used to set or get a string containing custom parameters that are not part of the specification. These are usually prefixed with "X-" to indicate an extension.
(Inherited from BaseProperty)
DateTimeValue This is overridden to set or get the date/time to use for the trigger expressed in local time. If set, the DurationValue will be ignored.
(Overrides BaseDateTimeProperty.DateTimeValue)
DefaultValueLocation This read-only property defines the default value type as DURATION
(Overrides BaseProperty.DefaultValueLocation)
DurationValue This property is used to set or get the duration to use for the trigger. If set, the DateTimeValue and TimeZoneDateTime properties will be ignored.
EncodedValue This property is overridden to handle converting the text value to a numeric value
(Overrides BaseDateTimeProperty.EncodedValue)
EncodingMethod Set or get the encoding method for this property's value as a value in the EncodingType enumeration.
(Inherited from BaseProperty)
EncodingString Set or get the encoding method for this property's value as a string
(Inherited from BaseProperty)
Group The group to which this property belongs
(Inherited from BaseProperty)
IsFloating This is used to get or set whether or not the date/time is a floating value (assumed to be local time).
(Inherited from BaseDateTimeProperty)
Language This is used to set or get the language used for the value
(Inherited from BaseProperty)
PropertyId This is used to get or set the property ID for the value
(Inherited from BaseProperty)
RelatedToEnd This property is used to set or get the related (RELATED) parameter. If true, the trigger is related to the end time of the event. If false, the trigger is related to the start time of the event.
Tag This read-only property defines the tag (TRIGGER)
(Overrides BaseProperty.Tag)
TimeZoneDateTime This is overridden to set or get the date/time to use for the trigger expressed in the TimeZoneId time rather than local time on the current system. If set, the DurationValue will be ignored.
(Overrides BaseDateTimeProperty.TimeZoneDateTime)
TimeZoneId This is used to get or set the time zone ID (TZID) parameter value
(Inherited from BaseDateTimeProperty)
UtcDateTime This is used to get or set the value as a DateTime object expressed in Universal Time.
(Inherited from BaseDateTimeProperty)
Value This property is overridden to handle converting the text value to a duration or date/time value
(Overrides BaseDateTimeProperty.Value)
ValueLocation The value (data) type or location of this property's value
(Inherited from BaseProperty)
Version This is overridden to enforce the correct encoding type when the version changes
(Inherited from BaseProperty)
VersionsSupported This is used to establish the specification versions supported by the PDI object
(Overrides PDIObject.VersionsSupported)

See Also