ATMLModelLibrary.model.equipment.Paths.ShouldSerializePath C# (CSharp) Méthode

ShouldSerializePath() public méthode

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