ATMLModelLibrary.model.equipment.InstrumentDescription.Validate C# (CSharp) 메소드

Validate() 공개 메소드

public Validate ( SchemaValidationResult errors ) : bool
errors SchemaValidationResult
리턴 bool
        public bool Validate(SchemaValidationResult errors)
        {
            object testSubject = this;
            return SchemaManager.Validate("urn:IEEE-1671.2:2012:InstrumentDescription", "InstrumentDescription", testSubject, errors);
        }