BExIS.Web.Shell.Areas.DCM.Controllers.FormController.GetMetadataCompoundAttributeUsage C# (CSharp) Метод

GetMetadataCompoundAttributeUsage() приватный Метод

private GetMetadataCompoundAttributeUsage ( long id ) : BaseUsage
id long
Результат BaseUsage
        private BaseUsage GetMetadataCompoundAttributeUsage(long id)
        {
            //return UsageHelper.GetChildrenUsageById(Id);
            return UsageHelper.GetMetadataAttributeUsageById(id);
        }