Skip to main content

Class FencingInfo

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for FencingInfo. Information about entity fencing status, including current count and maximum active entities

Inheritance

objectCarrierFencingInfo

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

FencingInfo()

Default constructor - defaults any enum props to 0.

Properties

ActiveCount

Number of active entities

Property Value

int

HasReachedMaximum

True if the active entity count has reached or exceeded the maximum

Property Value

bool

IsNearingMaximum

True if the active entity count is approaching the maximum

Property Value

bool

Maximum

Maximum number of active entities allowed

Property Value

int

WarningMessage

Localized warning message to display when nearing or at the maximum

Property Value

string

WarningTooltip

Localized warning message to display as a tooltip when nearing or at the maximum

Property Value

string

See Also

LicenseAgent