Show / Hide Table of Contents

Class StandardWeightCoding

Represents a standard weighting factor used by all or a group of variables within the data set.

Inheritance
object
NotificationObject
StandardWeightCoding
Implements
INotifyPropertyChanged
Inherited Members
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(string)
NotificationObject.OnPropertyChanged(string)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, string)
NotificationObject.WatchProperties()
NotificationObject.WatchProperty(INotifyPropertyChanged, string)
NotificationObject.WatchCollection(INotifyCollectionChanged, string)
object.ToString()
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 StandardWeightCoding : NotificationObject, INotifyPropertyChanged

Properties

StandardWeight

Gets or sets the value of the weight.

Declaration
public float StandardWeight { get; set; }
Property Value
Type Description
float

Implements

INotifyPropertyChanged
In this article
Back to top Generated by DocFX