FndGenericAspectsRegister Method |
Register an attribute as generic aspect with meta
Namespace:
Ifs.Fnd.Data
Assembly:
Ifs.Fnd.Data (in Ifs.Fnd.Data.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntaxpublic static void Register(
string aspectAttribute,
FndDataColumnCollection meta
)
Parameters
- aspectAttribute
- Type: SystemString
Attribute name as it will appear in the server response - meta
- Type: Ifs.Fnd.DataFndDataColumnCollection
Aspect entity meta. E.g. entity schema
See Also