Skip to main content

Class ForeignDevice

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for ForeignDevice. Saves a foreign device belonging to the ForeignDevice and application name specified.

Inheritance

objectCarrierForeignDevice

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

Constructors

ForeignDevice()

Default constructor - defaults any enum props to 0.

Properties

AssociateFullName

The person owning the Foreign Device

Property Value

string

CreatedBy

The person that created the device.

Property Value

string

CreatedDate

Registered when

Property Value

DateTime

DeviceIdentifier

Optional unique id of device (Palm pilot device ID, etc)

Property Value

string

ForeignAppId

Reference to foregin application (device type)

Property Value

int

ForeignDeviceId

Primary key

Property Value

int

Name

Name of device

Property Value

string

UpdatedBy

The person that last updated this device.

Property Value

string

UpdatedDate

Last updated when

Property Value

DateTime

See Also

ForeignSystemAgent