Click or drag to resize

INamedObject Interface

Interface for simple objects with Id and Name properties

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public interface INamedObject

The INamedObject type exposes the following members.

Properties
  NameDescription
Public propertyId
Id
Public propertyName
Name
Top
See Also