ATMLModelLibrary.model.equipment.Specifications.ShouldSerializeCertifications C# (CSharp) Méthode

ShouldSerializeCertifications() public méthode

Test whether Certifications should be serialized
public ShouldSerializeCertifications ( ) : bool
Résultat bool
        public virtual bool ShouldSerializeCertifications()
        {
            return Certifications != null && Certifications.Count > 0;
        }