Click or drag to resize

CodeNamePair Class

Defines a code/name pair, that can be set or retrieved.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Aloe.EnterpriseOne.Model.CoreCodeNamePair

Namespace:  Aloe.EnterpriseOne.Model.Core
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public sealed class CodeNamePair : ValueType, 
	ICodeNamePair

The CodeNamePair type exposes the following members.

Constructors
  NameDescription
Public methodCodeNamePair
Initializes a new instance of the CodeNamePair struct.
Top
Properties
  NameDescription
Public propertyCode
The code
Public propertyName
The name
Top
Methods
Operators
  NameDescription
Public operatorStatic memberEquality
Implements the operator ==.
Public operatorStatic memberInequality
Implements the operator !=.
Top
See Also