Table of Contents

Class AppModelBase

Namespace
HP.LFT.SDK
Assembly
HP.LFT.SDK.dll

Base class of all generated Application Model classes.

public abstract class AppModelBase
Inheritance
AppModelBase
Inherited Members

Constructors

AppModelBase()

protected AppModelBase()

Properties

Name

The name of the Application Model.

protected string Name { get; set; }

Property Value

string

Methods

RebuildDescriptions()

Rebuilds all descriptions for the underlying AppModelNodeBase<T, TDescription> classes.

protected void RebuildDescriptions()