Class ValidatorOptions
Inheritance
ValidatorOptions
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
ExcludeNonOwnerParts
Declaration
public bool ExcludeNonOwnerParts { get; set; }
Property Value
ExcludeReadonlyParts
Declaration
public bool ExcludeReadonlyParts { get; set; }
Property Value
GenerateCheckFlag
Declaration
public bool GenerateCheckFlag { get; set; }
Property Value
GenerateLogFile
Declaration
public bool GenerateLogFile { get; set; }
Property Value
LogFileDirectory
Declaration
public string LogFileDirectory { get; set; }
Property Value
LogFileMode
Declaration
public ValidatorOptions.LogModeTypes LogFileMode { get; set; }
Property Value
ResultsAutoUpdate
Declaration
public bool ResultsAutoUpdate { get; set; }
Property Value
SavePartFile
Declaration
public ValidatorOptions.SaveModeTypes SavePartFile { get; set; }
Property Value
SaveResultInPart
Declaration
public bool SaveResultInPart { get; set; }
Property Value
SaveResultInTeamcenter
Declaration
public ValidatorOptions.SaveModeTypes SaveResultInTeamcenter { get; set; }
Property Value
SkipChecking
Declaration
public bool SkipChecking { get; set; }
Property Value
SkipCheckingDontLoadPart
Declaration
public bool SkipCheckingDontLoadPart { get; set; }
Property Value
SkipOverriddenResultOption
Declaration
public bool SkipOverriddenResultOption { get; set; }
Property Value
StopOnError
Declaration
public bool StopOnError { get; set; }
Property Value
StopOnWarning
Declaration
public bool StopOnWarning { get; set; }
Property Value
TreatWarningAsFail
Declaration
public bool TreatWarningAsFail { get; set; }
Property Value
Methods
Validate()
Declaration
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink