Search Results for

    Show / Hide Table of Contents

    Class ValidatorOptions

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ValidatorOptions
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    bool

    ExcludeReadonlyParts

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

    GenerateCheckFlag

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

    GenerateLogFile

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

    LogFileDirectory

    Declaration
    public string LogFileDirectory { get; set; }
    Property Value
    Type Description
    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
    bool

    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
    bool

    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
    bool

    SkipCheckingDontLoadPart

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

    SkipOverriddenResultOption

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

    StopOnError

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

    StopOnWarning

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

    TreatWarningAsFail

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

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX