Show / Hide Table of Contents

Class UserAttribute

Represents a user-defined key-value pair.

Inheritance
object
NotificationObject
UserAttribute
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
Assembly: Algenta.Colectica.Model.dll
Syntax
public class UserAttribute : NotificationObject, INotifyPropertyChanged

Properties

Key

Gets or sets the key.

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

The key.

Value

Gets or sets the value.

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

The value.

Implements

INotifyPropertyChanged

Extension Methods

Extensions.Yield<T>(T)
In this article
Back to top Generated by DocFX