Search Results for

    Show / Hide Table of Contents

    Struct XmlComparator._Options

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    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
    struct _Options

    Fields

    filterFile

    Declaration
    public IntPtr filterFile
    Field Value
    Type Description
    System.IntPtr

    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 IntPtr logFile
    Field Value
    Type Description
    System.IntPtr

    reportFile

    Declaration
    public IntPtr reportFile
    Field Value
    Type Description
    System.IntPtr
    In This Article
    Back to top Generated by DocFX