Click or drag to resize

AsciiDocumentAnalysisOptionsControllerCultureInfoWrapper Class

Wrapper class for a CultureInfo value that implements the INotifyPropertyChanged interface, and provides a parameterless constructor that initializes the value to InvariantCulture.
Inheritance Hierarchy
SystemObject
  Altaxo.CollectionsBoxedCultureInfo
    Altaxo.Gui.Serialization.AsciiAsciiDocumentAnalysisOptionsControllerCultureInfoWrapper

Namespace: Altaxo.Gui.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public class CultureInfoWrapper : Boxed<CultureInfo>

The AsciiDocumentAnalysisOptionsControllerCultureInfoWrapper type exposes the following members.

Constructors
 NameDescription
Public methodAsciiDocumentAnalysisOptionsControllerCultureInfoWrapper Initializes a new instance of the AsciiDocumentAnalysisOptionsControllerCultureInfoWrapper class.
Public methodAsciiDocumentAnalysisOptionsControllerCultureInfoWrapper(CultureInfo) Initializes a new instance of the AsciiDocumentAnalysisOptionsControllerCultureInfoWrapper class.
Top
Properties
 NameDescription
Public propertyValue Gets or sets the value.
(Inherited from BoxedT)
Top
Methods
 NameDescription
Public methodBeginEdit Begins an edit on an object.
(Inherited from BoxedT)
Public methodCancelEdit Discards changes since the last BeginEdit call.
(Inherited from BoxedT)
Public methodEndEdit Pushes changes since the last BeginEdit or AddNew call into the underlying object.
(Inherited from BoxedT)
Public methodEquals(BoxedT) Determines whether this instance is equal to another boxed value.
(Inherited from BoxedT)
Public methodEquals(Object)Determines whether the specified object is equal to the current object.
(Inherited from BoxedT)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from BoxedT)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Events
 NameDescription
Public eventPropertyChangedOccurs when the boxed value changed.
(Inherited from BoxedT)
Top
See Also