Click or drag to resize
weroSoft AG, Software
RuntimeExtensions Methods
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.

The RuntimeExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCheckAllEntriesAreUnique(ListString)
Check a list of strings if an entry contains more than one time.
Public methodStatic memberCheckAllEntriesAreUnique(ListString, Boolean)
Check a list of strings if an entry contains more than one time.
Public methodStatic memberClone(Object, CloneWorkingMode, IEnumerableType)
Clones an object by serialization.
Public methodStatic memberCloneT(Object, CloneWorkingMode, IEnumerableType)
Clones an object by serialization.
Public methodStatic memberConvertToLocal(DateTime)
Converts a date time object to view.
Public methodStatic memberConvertToLocal(NullableDateTime)
Converts a date time object to view.
Public methodStatic memberConvertToTechnicalLocalLongTimeString
Converts a date time to a local time string using the current threads language
Public methodStatic memberConvertToUtc(DateTime, DateTime)
Converts a date tome from view model to model.
Public methodStatic memberConvertToUtc(NullableDateTime, DateTime)
Converts a date tome from view model to model.
Public methodStatic memberCreateCultureInfoSmart
Creates a culture info object defined by a language code string.
Public methodStatic memberIncrementEnumTEnum
Increments an enumeration value.
Public methodStatic memberIsCultureSameLanguage(CultureInfo, CultureInfo)
Compares the language of two culture info objects.
Public methodStatic memberIsCultureSameLanguage(CultureInfo, String)
Compares the language of two culture info objects.
Public methodStatic memberMakeLinedElement
Creates a string containing line breaks if the line is longer than the maxLineLength parameter defines.
Top
See Also