Show / Hide Table of Contents

Class UserAttribute

Represents a user-defined key-value pair.

Inheritance
System.Object
NotificationObject
UserAttribute
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)
Namespace: Algenta.Colectica.Model
Assembly: Algenta.Colectica.Model.dll
Syntax
public class UserAttribute : NotificationObject

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.

Extension Methods

Extensions.Yield<T>(T)
Back to top Copyright © 2009-2018 Colectica