[Missing <summary> documentation for "N:Sdl.LanguagePlatform.Core"]

Classes

  ClassDescription
Public classCharacterProperties
Proides methods that check for certain properties of strings and characters.
Public classCharacterSet
Represents a collection of characters.

Remarks

This class is internal and not intended to be used directly in your code.
Public classCultureInfoExtensions
Utilities related to CultureInfo objects.
Public classCultureString
A string which carries culture information.
Public classDateTimeUtilities
Utilities for date and time manipulation.

This class is intended for internal use and should not be used directly in third-party appliations.

Public classFaultDescription
Contains fault and error information intended for WCF/SOAP communication.
Public classLanguagePair
A LanguagePair represents a combination of a source language and a target language. Languages are specified using their culture or the culture which usually maps to CultureInfo.Name. However, since the XmlSerializer cannot serialize CultureInfo objects, the culture can also be specified using the name.
Public classLanguagePlatformException
Represents an error thrown by components in the language platform which are not covered by a standard system exception. It also contains a fault description which can be transmitted through the standard WCF fault mechanism.
Public classPair<(Of <(<'T>)>)>
Represents a pair of values of the same type.
Public classSegment
Represents a segment, which is a sequence of SegmentElements, in a particular language.
Public classSegmentElement
Base abstract class representing a segment element. A Segment consists of a sequence of segment elements.
Public classSegmentPosition
Represents a position within a segment.
Public classSegmentRange
Represents the range of a segment, indicated by two specified positions. The segment positions are inclusive ("into" semantics).
Public classStringUtilities
Defines utilities related to String.
Public classTag
Represents a tag.
Public classText
Represents a piece of text within a segment.
Public classWordlist
A searchable word list with index.

Interfaces

  InterfaceDescription
Public interfaceISegmentElementVisitor
Visitor pattern implementation for segment elements.

Enumerations

  EnumerationDescription
Public enumerationCharacterProperties..::..Case
Enumerates case variants of strings and letters.
Public enumerationCultureInfoExtensions..::..LanguageGroupID
Language Group IDs, as defined in the Platform SDK, WinNls.h. Added LGRPID_UNKNOWN.
Public enumerationCultureInfoExtensions..::..LanguageGroupInstallationStatus
The installation status of the language group information as defined in the Platform SDK, WinNls.h
Public enumerationErrorCode
Defines the error codes which are returned by certain operations or are included in LanguagePlatformExceptions.
Public enumerationFaultStatus
Specifies the fault status.
Public enumerationSearchOption
Options which modify search behavior.
Public enumerationSegment..::..DeleteTagsAction
Enumerates the different ways how text placeholders should be handled when removing tags from a segment. Since this is a [Flags] enum, variables of this type may use a combination of values.
Public enumerationSegment..::..ValidationMode
Determines the type of validation to perform in Validate(ValidationMode).
Public enumerationSegmentElement..::..Similarity
A similarity level between segment elements.
Public enumerationStringUtilities..::..Casing
The casing of a string.
Public enumerationTagType
Indicates the tag type.
Public enumerationUnicodeBlock
The Unicode blocks (code point ranges), according to the Unicode standard