PaymentReasonRepository Property |
Provides access to PaymentReasonsRepository repository methods
Namespace:
Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic PaymentReasonsRepository Repository { get; }
Public ReadOnly Property Repository As PaymentReasonsRepository
Get
public:
property PaymentReasonsRepository^ Repository {
PaymentReasonsRepository^ get ();
}
member Repository : PaymentReasonsRepository with get
Property Value
Type:
PaymentReasonsRepository
See Also