ATMLModelLibrary.model.equipment.Specification.ShouldSerializeExclusiveOptions C# (CSharp) Méthode

ShouldSerializeExclusiveOptions() public méthode

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