Show / Hide Table of Contents

Class ValidationSettings

Inheritance
System.Object
ValidationSettings
Namespace: System.Activities.Validation
Assembly: System.Activities.dll
Syntax
public class ValidationSettings : Object

Constructors

ValidationSettings()

Declaration
public ValidationSettings()

Properties

AdditionalConstraints

Declaration
public IDictionary<Type, IList<Constraint>> AdditionalConstraints { get; }
Property Value
System.Collections.Generic.IDictionary<System.Type, System.Collections.Generic.IList<Constraint>>

CancellationToken

Declaration
public CancellationToken CancellationToken { get; set; }
Property Value
System.Threading.CancellationToken

Environment

Declaration
public LocationReferenceEnvironment Environment { get; set; }
Property Value
LocationReferenceEnvironment

OnlyUseAdditionalConstraints

Declaration
public bool OnlyUseAdditionalConstraints { get; set; }
Property Value
System.Boolean

PrepareForRuntime

Declaration
public bool PrepareForRuntime { get; set; }
Property Value
System.Boolean

SingleLevel

Declaration
public bool SingleLevel { get; set; }
Property Value
System.Boolean

SkipValidatingRootConfiguration

Declaration
public bool SkipValidatingRootConfiguration { get; set; }
Property Value
System.Boolean

Back to top Generated by DocFX