ATMLModelLibrary.model.equipment.Specification.ShouldSerializeSupplementalInformation C# (CSharp) Method

ShouldSerializeSupplementalInformation() public method

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