UcaCollationSettings ClassUcaCollationSettings ClassUcaCollationSettings Class

Represents the tailorable settings of the UCA collation algorithm.

Inheritance Hierarchy

Syntax

Public Class UcaCollationSettings
public class UcaCollationSettings
public:
ref class UcaCollationSettings
 
The UcaCollationSettingsUcaCollationSettingsUcaCollationSettings type exposes the following members.

Properties

 PropertyDescription
Public propertyAlternateAlternateAlternate Controls the effect of characters such as spaces and hyphens.
Public propertyBackwardsBackwardsBackwards Gets a value indicating whether the last accent in a term is the most significant.
Public propertyCaseLevelCaseLevelCaseLevel Gets a value indicating whether to ignore accents while taking account of case.
Public propertyCaseOrderCaseOrderCaseOrder Gets a value indicating whether upper-case precedes lower-case or vice versa.
Public propertyLanguageLanguageLanguage Gets the language whose collation conventions are to be used.
Public propertyNormalizationNormalizationNormalization Gets a value indicating whether search terms are converted to normalization form D.
Public propertyNumericNumericNumeric Gets or sets a value indicating whether a sequence of consecutive digits is interpreted as a number.
Public propertyReorderReorderReorder Gets the a collection of reoder codes.
Public propertyStrengthStrengthStrength Gets the collation strength as defined in UCA.
Public propertyVersionVersionVersion Gets the version.

Top

Methods

 MethodDescription
Public methodObject.EqualsObject.EqualsObject::Equals Determines whether the specified objectObjectobject is equal to the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.FinalizeObject.FinalizeObject::Finalize Allows an objectObjectobject to attempt to free resources and perform other cleanup operations before the objectObjectobject is reclaimed by garbage collection. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.GetHashCodeObject.GetHashCodeObject::GetHashCode Serves as a hash function for a particular type. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.GetTypeObject.GetTypeObject::GetType Gets the TypeTypeType of the current instance. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseClone Creates a shallow copy of the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.ToStringObject.ToStringObject::ToString Returns a stringStringString that represents the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)

Top