Search Results for

    Show / Hide Table of Contents

    Class XmlEqualityResult

    The result of an equiality comparison with XmlComparer

    Inheritance
    System.Object
    XmlEqualityResult
    Namespace: PnP.Framework.Modernization.Functions
    Assembly: PnP.Framework.dll
    Syntax
    public class XmlEqualityResult : object

    Properties

    ErrorMessage

    Gets or sets a descriptive error message if the match failed.

    Declaration
    public string ErrorMessage { get; set; }
    Property Value
    System.String

    Remarks

    If set to null or not set the default Error Message is returned.

    FailObject

    Gets or sets the object that failed the match

    Declaration
    public XObject FailObject { get; set; }
    Property Value
    XObject

    Success

    Gets whether the match was successful

    Declaration
    public bool Success { get; }
    Property Value
    System.Boolean

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer