Skip to main content

Class HeadingEntity

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for HeadingEntity. The heading entity contains generic list item information

Inheritance

objectCarrierHeadingEntity

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()

Examples

Get HeadingEntity 123 using the WebApi client:
var configuration = new WebApiConfiguration(url);
var agent = new ListAgent(configuration);
var headingEntity = agent.GetHeadingEntity( 123 );

Constructors

HeadingEntity()

Default constructor - defaults any enum props to 0.

Properties

Deleted

True if the heading is marked as deleted

Property Value

bool

HeadingId

Primary key

Property Value

int

Name

The visible heading

Property Value

string

Rank

Rank order

Property Value

short

Tooltip

Tooltip or other description

Property Value

string

UdListDefinitionId

The id of the list which this heading belongs to

Property Value

int

See Also

ListAgent