I started learning AX today, and I saw an example:
[
DataContractAttribute,
SysOperationContractProcessingAttribute(
classStr(HW_Apgiam_UI),
SysOperationDataContractProcessingMode::
CreateUIBuilderForRootContractOnly)
]
class HW_Apgiam_CT implements SysOperationInitializable
{
Str1260 companycode;
// StartDate fromDate;
EndDate toDate;
Str1260 mainAccountId;
Str1260 vendAccount;
CurrencyCode currency;
}
and
[
DataMemberAttribute("CompanyCode"),
SysOperationLabelAttribute(literalstr("Company Code :"))
]
public Str1260 parmCompany(Str1260 _companycode = companycode)
{
companycode = _companycode;
return companycode;
}
Can anyone tell me the code inside "[]" can do, I can not find out the answer on the internet.
Thanks.
*This post is locked for comments
I have the same question (0)

Report
All responses (
Answers (