ATMLModelLibrary.model.equipment.TriggerPropertyGroup.Validate C# (CSharp) Method

Validate() public method

public Validate ( SchemaValidationResult errors ) : bool
errors SchemaValidationResult
return bool
        public bool Validate( SchemaValidationResult errors )
        {
            object testSubject = this;
            return SchemaManager.Validate( ATMLCommon.HardwareCommonNameSpace, "TriggerPropertyGroup",
                                           testSubject, errors );
        }