Click or drag to resize

IObjectWithSystemName Interface

Represents info about an object that has an instance-specific id, a transport-safe uid and a system name. Examples of such objects are properties and data object types.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public interface IObjectWithSystemName : ITransportableObject, 
	IObjectWithId, IObjectWithGuid

The IObjectWithSystemName type exposes the following members.

Properties
  NameDescription
Public propertyId
The instance-specific integer id of the object.
(Inherited from ITransportableObject.)
Public propertySystemName
System name of the object.
Public propertyUId
The transport-safe uid of the object.
(Inherited from ITransportableObject.)
Top
Methods
  NameDescription
Public methodGetGuid (Inherited from IObjectWithGuid.)
Public methodGetId (Inherited from IObjectWithId.)
Top
See Also