Table of Contents

Class Line

Namespace
Acuit.Pinpoint.Client2
Assembly
Acuit.Pinpoint.Client2.dll

A line.

[DataContract(IsReference = true)]
[KnownType(typeof(Database))]
public class Line : INotifyPropertyChanged
Inheritance
Line
Implements
Inherited Members

Properties

Database

Gets or sets the database that contains this line.

[DataMember]
public Database Database { get; set; }

Property Value

Database

Description

Gets or sets the line description.

[DataMember]
public string Description { get; set; }

Property Value

string

IsDeserializing

Gets or sets whether this object is currently being deserialized.

protected bool IsDeserializing { get; }

Property Value

bool

LineId

Gets or sets the unique identifier for this line.

[DataMember]
public short LineId { get; set; }

Property Value

short

Name

Gets or sets the line name.

[DataMember]
public string Name { get; set; }

Property Value

string

Methods

OnPropertyChanged(string)

Processes property changes by raising the PropertyChanged event.

protected virtual void OnPropertyChanged(string propertyName)

Parameters

propertyName string

The name of the property that changed.

Events

PropertyChanged

Occurs when a property value changes.

public event PropertyChangedEventHandler PropertyChanged

Event Type

PropertyChangedEventHandler