Show / Hide Table of Contents

Class ResponseText

Represents a ResponseDomain that collects no data. Provides a way to store text to be displayed between other ResponseDomains.

Inheritance
object
NotificationObject
ResponseDomain
ResponseText
Implements
INotifyPropertyChanged
Inherited Members
ResponseDomain.MissingValues
ResponseDomain.BlankIsMissingValue
ResponseDomain.ClassificationLevel
ResponseDomain.Label
ResponseDomain.Description
ResponseDomain.AttachedToCodes
ResponseDomain.AttachedToValues
ResponseDomain.RepresentationType
ResponseDomain.OutParameter
ResponseDomain.GridAttachments
ResponseDomain.GenericOutputFormat
ResponseDomain.RecommendedDataType
ResponseDomain.MeasurementUnit
ResponseDomain.GetChildren()
ResponseDomain.ReplaceChild(IdentifierTriple, IVersionable)
ResponseDomain.RemoveChild(IdentifierTriple)
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.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 ResponseText : ResponseDomain, INotifyPropertyChanged

Properties

Text

Gets the text to be displayed.

Declaration
public MultilingualString Text { get; }
Property Value
Type Description
MultilingualString

Methods

WatchProperties()

Watch for property changed events

Declaration
protected override void WatchProperties()
Overrides
ResponseDomain.WatchProperties()

Implements

INotifyPropertyChanged
In this article
Back to top Generated by DocFX