ATMLModelLibrary.model.equipment.HardwareItemDescriptionControlTool.ShouldSerializeDependencies C# (CSharp) Method

ShouldSerializeDependencies() public method

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