BExIS.Dlm.Entities.MetadataStructure.MetadataCompoundAttribute.MetadataCompoundAttribute C# (CSharp) Méthode

MetadataCompoundAttribute() public méthode

public MetadataCompoundAttribute ( ) : System
Résultat System
        public MetadataCompoundAttribute()
            : base()
        {
            MetadataNestedAttributeUsages = new List<MetadataNestedAttributeUsage>();
        }
MetadataCompoundAttribute