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