ATMLModelLibrary.model.common.PhysicalInterface.Validate C# (CSharp) Méthode

Validate() public méthode

public Validate ( SchemaValidationResult errors ) : bool
errors SchemaValidationResult
Résultat bool
        public bool Validate(SchemaValidationResult errors)
        {
            object testSubject = this;
            return SchemaManager.Validate("urn:IEEE-1671:2010:Common", "PhysicalInterface", testSubject, errors);
        }