Click or drag to resize

StkPatternFileOptions Class

Specifies options for reading and creating a StkPatternFile.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.StkStkPatternFileOptions

Namespace:  AGI.Foundation.Stk
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class StkPatternFileOptions

The StkPatternFileOptions type exposes the following members.

Constructors
  NameDescription
Public methodStkPatternFileOptions
Initializes a new instance of the StkPatternFileOptions class
Top
Properties
  NameDescription
Public propertyIgnorePropertiesWithUnsupportedValues
Gets or sets a value indicating whether ReadFrom(TextReader, StkPatternFileOptions) will ignore a property in the pattern file if the property has a value that the reader does not understand. If this property is , the reader will throw an InvalidDataException when it encounters such a property. If this property is , the reader will note the property with the unsupported value in the PropertiesWithUnsupportedValues collection but will otherwise ignore it, which can result in incorrect interpretation of the data in the pattern file.
Public propertyIgnoreUnsupportedProperties
Gets or sets a value indicating whether ReadFrom(TextReader, StkPatternFileOptions) will ignore a property in the pattern file that it does not understand. If this property is , the reader will throw an InvalidDataException when it encounters such a property. If this property is , the reader will note the unsupported property in the UnsupportedProperties collection but will otherwise ignore it, which can result in incorrect interpretation of the data in the pattern file. Setting this property to will also cause the reader to ignore pattern blocks in an unsupported format.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also