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.RaisePropertyChanged(String[])
NotificationObject.RaisePropertyChanged<T>(Expression<Func<T>>)
NotificationObject.OnPropertyChanged(String)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(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

System.ComponentModel.INotifyPropertyChanged

Extension Methods

Extensions.Yield<T>(T)
In This Article
Back to top Generated by DocFX