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