Search Results for

    Show / Hide Table of Contents

    Class ValidatorOptions

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ValidatorOptions
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Validate
    Assembly: NXOpen.dll
    Syntax
    public class ValidatorOptions : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    ValidatorOptions()

    Declaration
    protected ValidatorOptions()

    Properties

    AutoDisplayResults

    Declaration
    public ValidatorOptions.ResultsDisplayModeTypes AutoDisplayResults { get; set; }
    Property Value
    Type Description
    ValidatorOptions.ResultsDisplayModeTypes

    ExcludeNonOwnerParts

    Declaration
    public bool ExcludeNonOwnerParts { get; set; }
    Property Value
    Type Description
    System.Boolean

    ExcludeReadonlyParts

    Declaration
    public bool ExcludeReadonlyParts { get; set; }
    Property Value
    Type Description
    System.Boolean

    GenerateCheckFlag

    Declaration
    public bool GenerateCheckFlag { get; set; }
    Property Value
    Type Description
    System.Boolean

    GenerateLogFile

    Declaration
    public bool GenerateLogFile { get; set; }
    Property Value
    Type Description
    System.Boolean

    LogFileDirectory

    Declaration
    public string LogFileDirectory { get; set; }
    Property Value
    Type Description
    System.String

    LogFileMode

    Declaration
    public ValidatorOptions.LogModeTypes LogFileMode { get; set; }
    Property Value
    Type Description
    ValidatorOptions.LogModeTypes

    ResultsAutoUpdate

    Declaration
    public bool ResultsAutoUpdate { get; set; }
    Property Value
    Type Description
    System.Boolean

    SavePartFile

    Declaration
    public ValidatorOptions.SaveModeTypes SavePartFile { get; set; }
    Property Value
    Type Description
    ValidatorOptions.SaveModeTypes

    SaveResultInPart

    Declaration
    public bool SaveResultInPart { get; set; }
    Property Value
    Type Description
    System.Boolean

    SaveResultInTeamcenter

    Declaration
    public ValidatorOptions.SaveModeTypes SaveResultInTeamcenter { get; set; }
    Property Value
    Type Description
    ValidatorOptions.SaveModeTypes

    SkipChecking

    Declaration
    public bool SkipChecking { get; set; }
    Property Value
    Type Description
    System.Boolean

    SkipCheckingDontLoadPart

    Declaration
    public bool SkipCheckingDontLoadPart { get; set; }
    Property Value
    Type Description
    System.Boolean

    SkipOverriddenResultOption

    Declaration
    public bool SkipOverriddenResultOption { get; set; }
    Property Value
    Type Description
    System.Boolean

    StopOnError

    Declaration
    public bool StopOnError { get; set; }
    Property Value
    Type Description
    System.Boolean

    StopOnWarning

    Declaration
    public bool StopOnWarning { get; set; }
    Property Value
    Type Description
    System.Boolean

    TreatWarningAsFail

    Declaration
    public bool TreatWarningAsFail { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX