EnterpriseOneTransactionProductionTechnologiesObjectsRecipeIngredients Property |
Gets a typed query for the Production.Technologies.RecipeIngredient entity type.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TransactionQuery<RecipeIngredient, RecipeIngredientsRepository> RecipeIngredients { get; }
Public ReadOnly Property RecipeIngredients As TransactionQuery(Of RecipeIngredient, RecipeIngredientsRepository)
Get
public:
property TransactionQuery<RecipeIngredient^, RecipeIngredientsRepository^>^ RecipeIngredients {
TransactionQuery<RecipeIngredient^, RecipeIngredientsRepository^>^ get ();
}
member RecipeIngredients : TransactionQuery<RecipeIngredient, RecipeIngredientsRepository> with get
Property Value
Type:
TransactionQueryRecipeIngredient,
RecipeIngredientsRepository
See Also