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