BExIS.Web.Shell.Areas.DCM.Models.Metadata.MetadataCompoundAttributeModel.MetadataCompoundAttributeModel C# (CSharp) Method

MetadataCompoundAttributeModel() public method

public MetadataCompoundAttributeModel ( ) : System
return System
        public MetadataCompoundAttributeModel()
        {
            MetadataAttributeModels = new List<MetadataAttributeModel>();
        }