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

ShouldSerializeExclusiveOptions() public method

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