ATMLModelLibrary.model.equipment.Specification.ShouldSerializeExclusiveOptions C# (CSharp) Метод

ShouldSerializeExclusiveOptions() публичный Метод

Test whether ExclusiveOptions should be serialized
public ShouldSerializeExclusiveOptions ( ) : bool
Результат bool
        public virtual bool ShouldSerializeExclusiveOptions()
        {
            return ExclusiveOptions != null && ExclusiveOptions.Count > 0;
        }