Click or drag to resize

ICodeNamePair Interface

Represents an instance, which has code and name

Namespace:  Aloe.EnterpriseOne.Model.Core
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public interface ICodeNamePair

The ICodeNamePair type exposes the following members.

Properties
  NameDescription
Public propertyCode
Gets the code.
Public propertyName
Gets the name.
Top
See Also