Class ValidatorOptions
Inheritance
System.Object
System.MarshalByRefObject
ValidatorOptions
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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)
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
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
ResultsAutoUpdate
Declaration
public bool ResultsAutoUpdate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SavePartFile
Declaration
public ValidatorOptions.SaveModeTypes SavePartFile { get; set; }
Property Value
SaveResultInPart
Declaration
public bool SaveResultInPart { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SaveResultInTeamcenter
Declaration
public ValidatorOptions.SaveModeTypes SaveResultInTeamcenter { get; set; }
Property Value
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
Returns
Type |
Description |
System.Boolean |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink