ATMLModelLibrary.model.equipment.Specifications.ShouldSerializeCertifications C# (CSharp) Method

ShouldSerializeCertifications() public method

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