Search Results for

    Show / Hide Table of Contents

    Struct XmlComparator.Options

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

    Fields

    FilterFile

    Declaration
    public string FilterFile
    Field Value
    Type Description
    System.String

    IgnoreCdata

    Declaration
    public bool IgnoreCdata
    Field Value
    Type Description
    System.Boolean

    IgnoreComments

    Declaration
    public bool IgnoreComments
    Field Value
    Type Description
    System.Boolean

    IgnoreNamespaces

    Declaration
    public bool IgnoreNamespaces
    Field Value
    Type Description
    System.Boolean

    IgnorePI

    Declaration
    public bool IgnorePI
    Field Value
    Type Description
    System.Boolean

    IgnoreUnmatchedNodes

    Declaration
    public bool IgnoreUnmatchedNodes
    Field Value
    Type Description
    System.Boolean

    LogFile

    Declaration
    public string LogFile
    Field Value
    Type Description
    System.String

    ReportFile

    Declaration
    public string ReportFile
    Field Value
    Type Description
    System.String

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.ValueType.ToString()
    In This Article
    Back to top Generated by DocFX