Show / Hide Table of Contents

Class DataCollectionFrequency

Documents the intended frequency of data collection, for example monthly, yearly, weekly, etc., preferably using an optional controlled vocabulary

Inheritance
object
NotificationObject
DateSpecification
DataCollectionFrequency
Implements
INotifyPropertyChanged
Inherited Members
DateSpecification.IsEmpty
DateSpecification.IsRange
DateSpecification.Date
DateSpecification.DateRange
DateSpecification.ToString()
DateSpecification.WatchProperties()
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(string)
NotificationObject.OnPropertyChanged(string)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, string)
NotificationObject.WatchProperty(INotifyPropertyChanged, string)
NotificationObject.WatchCollection(INotifyCollectionChanged, string)
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class DataCollectionFrequency : DateSpecification, INotifyPropertyChanged

Properties

IntendedFrequency

Documents the intended frequency of data collection, for example monthly, yearly, weekly, etc., preferably using an optional controlled vocabulary

Declaration
public CodeValue IntendedFrequency { get; set; }
Property Value
Type Description
CodeValue

Implements

INotifyPropertyChanged
In this article
Back to top Generated by DocFX