Skip to main content

Class ForeignAppEntity

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for ForeignAppEntity.

Inheritance

objectCarrierForeignAppEntity

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 ForeignAppEntity 123 using the WebApi client:
var configuration = new WebApiConfiguration(url);
var agent = new ForeignSystemAgent(configuration);
var foreignAppEntity = agent.GetForeignAppEntity( 123 );

Remarks

Use : All ForeignAppEntity:
“ForeignKeys”

Constructors

ForeignAppEntity()

Default constructor - defaults any enum props to 0.

Properties

CreatedBy

The person that created the foreign application.

Property Value

Associate

CreatedDate

Registered when

Property Value

DateTime

Devices

The devices that belong to this foreign app.

Property Value

ForeignDevice[]

ForeignAppId

Primary key

Property Value

int

Name

Name of foreign application

Property Value

string

UpdatedBy

The person that last updated this foreign application.

Property Value

Associate

UpdatedDate

Last updated when

Property Value

DateTime

See Also

ForeignSystemAgent, ArchiveAgent,