UGrokItApiForms.UgiFormsTagDataCell Class Reference

Overview

Data object corresponding to UgiFormsTagViewCell

Instance Methods

 UgiFormsTagDataCell (UgiTag tag)
 Initializes a new instance of the UgiFormsTagDataCell class. More...
 
void Update ()
 Force the read history to update More...
 

Properties

UgiTag DisplayTag [get]
 Tag to display read history for More...
 
string Title [get, set]
 Title text More...
 
string Detail [get, set]
 Detail text More...
 
DateTime UpdateTime [get, set]
 Time of last update. Call Update() so set this, which causes the read history to be updated (even though the DisplayTag object is the same) More...
 

Events

System.ComponentModel.PropertyChangedEventHandler PropertyChanged
 Event raised when a property has changed More...
 

Instance Method Documentation

◆ Update()

void UGrokItApiForms.UgiFormsTagDataCell.Update ( )
inline

Force the read history to update

Property Documentation

◆ DisplayTag

UgiTag UGrokItApiForms.UgiFormsTagDataCell.DisplayTag
get

Tag to display read history for

The display tag.

◆ Title

string UGrokItApiForms.UgiFormsTagDataCell.Title
getset

Title text

The title.

◆ Detail

string UGrokItApiForms.UgiFormsTagDataCell.Detail
getset

Detail text

The detail.

◆ UpdateTime

DateTime UGrokItApiForms.UgiFormsTagDataCell.UpdateTime
getset

Time of last update. Call Update() so set this, which causes the read history to be updated (even though the DisplayTag object is the same)

The update time.

Constructor & Destructor Documentation

◆ UgiFormsTagDataCell()

UGrokItApiForms.UgiFormsTagDataCell.UgiFormsTagDataCell ( UgiTag  tag)
inline

Initializes a new instance of the UgiFormsTagDataCell class.

Parameters
tagTag.

Event Documentation

◆ PropertyChanged

System.ComponentModel.PropertyChangedEventHandler UGrokItApiForms.UgiFormsTagDataCell.PropertyChanged

Event raised when a property has changed