Interface ITechniqueResult
Interface ITechniqueResult
Pôvodný názov: Aspose.Html.Accessibility Zhromaždenie: Aspose.HTML.dll (25.4.0)
Vyplýva to z výsledku technickej validácie.
[ComVisible(true)]
public interface ITechniqueResult
Properties
Error
Objekt chyby, ktorý implementoval rozhranie IError
IError Error { get; }
Hodnota nehnuteľnosti
Rule
Pravidlo, ktoré sa skontroluje
IRule Rule { get; }
Hodnota nehnuteľnosti
Success
Vráti sa výsledok kritéria.
bool Success { get; }