Click or drag to resize

RepositoryAttribute Class

Specifies the repository of a domain object
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Aloe.EnterpriseOne.Model.CoreRepositoryAttribute

Namespace:  Aloe.EnterpriseOne.Model.Core
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public class RepositoryAttribute : Attribute

The RepositoryAttribute type exposes the following members.

Constructors
  NameDescription
Public methodRepositoryAttribute
Initializes a new instance of the RepositoryAttribute class.
Top
Fields
  NameDescription
Public fieldRepositoryType
The repository type
Top
Remarks
The default repository source for EnterpriseOne domains uses this attribute to obtain the repository of a domain object.
See Also