Search Results for

    Show / Hide Table of Contents

    Struct XmlComparator.Options

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: NXOpen.Validate
    Assembly: NXOpen.dll
    Syntax
    public struct XmlComparator.Options

    Fields

    FilterFile

    Declaration
    public string FilterFile
    Field Value
    Type Description
    string

    IgnoreCdata

    Declaration
    public bool IgnoreCdata
    Field Value
    Type Description
    bool

    IgnoreComments

    Declaration
    public bool IgnoreComments
    Field Value
    Type Description
    bool

    IgnoreNamespaces

    Declaration
    public bool IgnoreNamespaces
    Field Value
    Type Description
    bool

    IgnorePI

    Declaration
    public bool IgnorePI
    Field Value
    Type Description
    bool

    IgnoreUnmatchedNodes

    Declaration
    public bool IgnoreUnmatchedNodes
    Field Value
    Type Description
    bool

    LogFile

    Declaration
    public string LogFile
    Field Value
    Type Description
    string

    ReportFile

    Declaration
    public string ReportFile
    Field Value
    Type Description
    string

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    ValueType.ToString()
    In this article
    Back to top Generated by DocFX