IIdentifiable

Allows the implementation of classes that can be identified in a consistent manner from other classes.

Namespace:
Inetdev.Data
Type:
Interface
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
Yes

Properties

Identification

The identification of the object.

Signature:
public Identification Identification { get; }

Protocol

The protocol that identifies the object.

Signature:
public String Protocol { get; }

ProtocolCaption

Localized caption for the IIdentifiable object.

Signature:
public String ProtocolCaption { get; }

Methods

GetObject

Gets an instance of the identifiable object.

Signature:
public Object GetObject(identification)
Parameters
Name Type Summary
identification Identification Object identification.

GetObjectAsync

Gets an instance of the identifiable object asyncronously.

Signature:
public Task<Object> GetObjectAsync(identification)
Parameters
Name Type Summary
identification Identification Object identification.