Click or drag to resize

EnterpriseOneEntityRepositoryGetScalarAttributes Method

Gets the scalar attributes.

Namespace:  Aloe.EnterpriseOne.Model.Core
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public IReadOnlyDictionary<string, IDataAttribute> GetScalarAttributes()

Return Value

Type: IReadOnlyDictionaryString, IDataAttribute
The scalar attributes.
See Also