RepositoryAttribute Class |
Specifies the repository of a domain object
Inheritance Hierarchy
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic class RepositoryAttribute : Attribute
Public Class RepositoryAttribute
Inherits Attribute
public ref class RepositoryAttribute : public Attribute
type RepositoryAttribute =
class
inherit Attribute
end
The RepositoryAttribute type exposes the following members.
Constructors
Fields
Remarks
The default repository source for EnterpriseOne domains uses this attribute to obtain the
repository of a domain object.
See Also