Skip to main content

Class RefCountEntity

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for RefCountEntity. A refcount entity for a number allocation

Inheritance

objectCarrierRefCountEntity

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 RefCountEntity 123 using the WebApi client:
var configuration = new WebApiConfiguration(url);
var agent = new NumberAllocationAgent(configuration);
var refCountEntity = agent.GetRefCountEntity( 123 );

Constructors

RefCountEntity()

Default constructor - defaults any enum props to 0.

Properties

Allocate

Allocate numbers automatically

Property Value

bool

AllowBlank

Allow blank as a valid value

Property Value

bool

CurrentValue

Current value of counter

Property Value

int

Field

Field identifier in string format table.field

Property Value

string

ReadOnly

Target field is read only in GUI

Property Value

bool

RecordId

Record id in target table, used when there are separate counters for each target record

Property Value

int

RefCountsId

Primary key

Property Value

int

SatPrefix

size of prefix for Satellite use of this counter

Property Value

uint

SuggestedRecords

List of valid entities, the associated record is selected in the list, used records are filtered out

Property Value

MDOListItem[]

TravelPrefix

size of prefix for Travel use of ths counter

Property Value

uint

Unique

Check that entered value is unique

Property Value

bool

See Also

NumberAllocationAgent