addDate | |||||||||
addDate(date, timeRange)
|
|||||||||
Adds a specified time interval to a specified date and time, yielding a new date and time.
Parameters :
Returns :
Date
an object that is the sum of the values of date and timeRange. |
addDays | ||||||
addDays(date, days)
|
||||||
Adds the specified number of days to the value of this instance.
Parameters :
|
addHours | ||||||
addHours(date, hours)
|
||||||
Adds the specified number of hours to the value of this instance.
Parameters :
Returns :
Date
an object whose value is the sum of the date and time represented by this instance and the number of hours. |
addMilliseconds | ||||||
addMilliseconds(date, milliseconds)
|
||||||
Adds the specified number of milliseconds to the value of this instance.
Parameters :
Returns :
Date
an object whose value is the sum of the date and time represented by this instance and the number of milliseconds. |
addMinutes | ||||||
addMinutes(date, minutes)
|
||||||
Adds the specified number of minutes to the value of this instance.
Parameters :
Returns :
Date
an object whose value is the sum of the date and time represented by this instance and the number of minutes. |
addMonths | ||||||
addMonths(date, months)
|
||||||
Adds the specified number of months to the value of this instance.
Parameters :
|
addSeconds | ||||||
addSeconds(date, seconds)
|
||||||
Adds the specified number of seconds to the value of this instance.
Parameters :
Returns :
Date
an object whose value is the sum of the date and time represented by this instance and the number of seconds. |
addTimeRange | ||||||
addTimeRange(date, range)
|
||||||
Adds the value of the specified TimeRange to the value of this instance.
Parameters :
Returns :
Date
an object whose value is the sum of the date and time represented by this instance and the time interval represented by range. |
addYears | ||||||
addYears(date, years)
|
||||||
Adds the specified number of years to the value of this instance.
Parameters :
Returns :
Date
an object whose value is the sum of the date and time represented by this instance and the number of years. |
areDatesEquals | |||||||||
areDatesEquals(date1, date2)
|
|||||||||
Compares two dates values to verify if they are the same
Parameters :
Returns :
boolean
True if date values are the same otherwise false |
compareDates | ||||||
compareDates(date1, date2)
|
||||||
Parameters :
|
dateWithoutTime | ||||
dateWithoutTime(date)
|
||||
Parameters :
|
generateSeparatorCombinations |
generateSeparatorCombinations()
|
Add new combinations based on changes in the separators: '/' or '-'
Returns :
void
|
generateShortDateAndTimeCombinations | ||||||
generateShortDateAndTimeCombinations(shortDatePattern, timePatterns)
|
||||||
Generate pattern combinations based on the short date pattern and time(s) pattern
Parameters :
Returns :
void
|
generateShortDateDayCombinations | ||||||
generateShortDateDayCombinations(shortDatePattern, timePatterns)
|
||||||
Generate pattern combinations based on the short date pattern and time(s) pattern where day is changed
Parameters :
Returns :
void
|
generateShortDateMonthCombinations | ||||||
generateShortDateMonthCombinations(shortDatePattern, timePatterns)
|
||||||
Generate pattern combinations based on the short date pattern and time(s) pattern where month is changed
Parameters :
Returns :
void
|
generateShortDateYearCombinations | ||||||
generateShortDateYearCombinations(shortDatePattern, timePatterns)
|
||||||
Generate pattern combinations based on the short date pattern and time(s) pattern where year is changed
Parameters :
Returns :
void
|
getCurrentDateTimePatterns |
getCurrentDateTimePatterns()
|
Returns the current formats to be used to try to parse date strings
Returns :
string[]
{string[]} |
getCurrentDayDateObject |
getCurrentDayDateObject()
|
getFormatFromAlias | ||||||
getFormatFromAlias(dateFormatString, globalizationHelperToUse)
|
||||||
Parameters :
Returns :
string
|
isDate | ||||||
isDate(dateString)
|
||||||
Verify if a given date string is a valid date or not.
Parameters :
Returns :
boolean
True if the date string valid, otherwise false. |
preprocessDateFormatString | ||||
preprocessDateFormatString(p2)
|
||||
Does some formatting replacement needed to match TOKENS used in momentjs
Parameters :
Returns :
string
{string} |
smFormatDate | ||||
smFormatDate(dateToFormat)
|
||||
Converts the value of the current Date object to its equivalent string representation.
Parameters :
Returns :
string
a string representation of the value of the current Date object. |
smFormatDate | ||||||
smFormatDate(dateToFormat, format)
|
||||||
Parameters :
Returns :
string
|
smFormatDate | ||||||
smFormatDate(dateToFormat, settings)
|
||||||
Parameters :
Returns :
string
|
smFormatDate | ||||||||
smFormatDate(dateToFormat, format, settings)
|
||||||||
Parameters :
Returns :
string
|
smFormatDate |
smFormatDate(dateToFormat, p2?: any, p3?: any)
|
Returns :
string
|
smParseDate | ||||||
smParseDate(date)
|
||||||
Converts the string representation of a date to its Dateequivalent by using the conventions of the current thread culture.
Parameters :
Returns :
Date
|
smParseDateWithFormat | ||||||
smParseDateWithFormat(date, format)
|
||||||
Parameters :
Returns :
Date
|
smToShortDateString | ||||||
smToShortDateString(date)
|
||||||
Converts the value of the current Date object to its equivalent short date string representation.
Parameters :
Returns :
string
|
smTryParseDate | |||||||||
smTryParseDate(date, result)
|
|||||||||
Converts the specified string representation of a date to its Date equivalent and returns a value that indicates whether the conversion succeeded.
Parameters :
Returns :
boolean
|
smTryParseExactDate | ||||||||||||||||||||||||
smTryParseExactDate(date, format, provider: any, style: any, result)
|
||||||||||||||||||||||||
Converts the specified char span of a date and time to its DateTime equivalent and returns a value that indicates whether the conversion succeeded.
Parameters :
Returns :
boolean
true if date was converted successfully; otherwise, false. |
subtractDate | |||||||||
subtractDate(date, timeRange)
|
|||||||||
Subtracts a specified time interval from a specified date and time and returns a new date and time.
Parameters :
Returns :
Date
An object whose value is the value of date minus the value of timeRange. |
subtractDates | |||||||||
subtractDates(date1, date2)
|
|||||||||
Subtracts a specified date and time from another specified date and time and returns a time interval.
Parameters :
Returns :
TimeRange
The time interval between date1 and date1; that is, date1 minus date2. |
timeOfDay | ||||
timeOfDay(date)
|
||||
Gets the time of day for this instance.
Parameters :
Returns :
TimeRange
A time interval that represents the fraction of the day that has elapsed since midnight. |
addingPixels | ||||
addingPixels(value)
|
||||
Adding pixels to value function
Parameters :
Returns :
string
|
colorToCSSColor | ||||||
colorToCSSColor(value: any)
|
||||||
Color to css color function
Parameters :
Returns :
string
|
getPropertyName | ||||||
getPropertyName(setter: any)
|
||||||
Gets the property name from the setter
Parameters :
Returns :
string
|
runtimeStyleTransform | ||||||
runtimeStyleTransform(setter: any)
|
||||||
Map silverlight properties to CSS properties
Parameters :
Returns :
Record<string, unknown>
|
AddSeparators | ||||
AddSeparators(val)
|
||||
Parameters :
Returns :
string
|
AddThousandsSeparators | |||||||||
AddThousandsSeparators(thousands: boolean, code)
|
|||||||||
Parameters :
|
CreateTerminalFormat | ||||
CreateTerminalFormat(format)
|
||||
Parameters :
|
EscapeString | ||||
EscapeString(literal)
|
||||
Parameters :
Returns :
string
|
InjectIntoFormat | ||||||||||||
InjectIntoFormat(val, format, stuffExtras: boolean)
|
||||||||||||
Parameters :
|
InjectZerosFromFormat | ||||||||||||
InjectZerosFromFormat(format, i, val, j, result)
|
||||||||||||
Parameters :
|
LeftPad | ||||||||
LeftPad(val, size, ch)
|
||||||||
Parameters :
|
ReverseString | ||||
ReverseString(literal)
|
||||
Parameters :
Returns :
string
|
RoundAwayFromZero | ||||||||||
RoundAwayFromZero(format, code, rdigits, ldigits)
|
||||||||||
Parameters :
|
RoundNumber | ||||||
RoundNumber(value, decimals)
|
||||||
Parameters :
Returns :
number
|
ToScientific | ||||||||||||||||||
ToScientific(val, ldigits, rdigits, scidigits, showsign: boolean)
|
||||||||||||||||||
Parameters :
Returns :
any
|
Trim | ||||||
Trim(literal, ch)
|
||||||
Parameters :
Returns :
string
|
addToQueue | ||||||
addToQueue(obj, queue)
|
||||||
Parameters :
Returns :
void
|
applyIgnoreCase | |||||||||
applyIgnoreCase(s, ignoreCase: boolean)
|
|||||||||
Parameters :
Returns :
string
|
applyNumericFormat | |||||||||
applyNumericFormat(value, format)
|
|||||||||
Applies a numeric format to the given string
Parameters :
Returns :
string
{string} the formatted value |
convertToDateTime | ||||
convertToDateTime(value)
|
||||
Converts a string or a Obj type DateTime format into Date, on null case it will return default MinDate.
Parameters :
Returns :
Date
{Date} |
convertToFloat | ||||||
convertToFloat(value: any)
|
||||||
Parameters :
|
convertToSingleCharString | ||||||
convertToSingleCharString(obj, globalizationHelper?)
|
||||||
Parameters :
|
getBytes32 | ||||
getBytes32(value)
|
||||
Parameters :
|
isDigitCharacter | ||||
isDigitCharacter(str)
|
||||
Parameters :
Returns :
boolean
|
isSingleCharLetterOrDigit | ||||
isSingleCharLetterOrDigit(str)
|
||||
Parameters :
|
isSingleLowerCaseChar | ||||
isSingleLowerCaseChar(str)
|
||||
Parameters :
Returns :
boolean
|
isSingleUpperCaseChar | ||||
isSingleUpperCaseChar(str)
|
||||
Parameters :
Returns :
boolean
|
parseBoolean | ||||||
parseBoolean(booleanStr)
|
||||||
Parse an input string into a boolean value.
Parameters :
Returns :
boolean
{boolean} |
smCompareNumbers | ||||||
smCompareNumbers(n1, n2)
|
||||||
Parameters :
Returns :
number
|
smDecimalGetBits | ||||
smDecimalGetBits(value)
|
||||
Parameters :
Returns :
number[]
|
smTryParseBoolean | |||||||||
smTryParseBoolean(booleanStr, result)
|
|||||||||
Tries to parse an input string into a boolean value.
Parameters :
Returns :
boolean
{boolean} |
smTryParseFloat | |||||||||
smTryParseFloat(numberStr, result)
|
|||||||||
Tries to parse an input string into a float value.
Parameters :
Returns :
boolean
{boolean} |
smTryParseInt | |||||||||
smTryParseInt(numberStr, result)
|
|||||||||
Tries to parse an input string into an integer value. Only decimal digits are allowed, hexadecimal digits are not allowed.
Parameters :
Returns :
boolean
{boolean} |
smTryParseShort | |||||||||
smTryParseShort(numberStr, result)
|
|||||||||
Tries to parse an input string into an short integer value. Only decimal digits are allowed, hexadecimal digits are not allowed.
Parameters :
Returns :
boolean
{boolean} |
toUpperCharacter | ||||||
toUpperCharacter(str)
|
||||||
Converts the given string parameter to upper case.
Parameters :
Returns :
string
A new string with upper case applied. |
areEqual |
areEqual(obj: any, obj2?: any)
|
Checks if two objects are equal using their
Returns :
boolean
{boolean} |
convertToBoolean | ||||
convertToBoolean(obj)
|
||||
Utility function to convert an object to a boolean value
Parameters :
Returns :
boolean
{boolean} |
convertTypeTo | |||||||||
convertTypeTo(obj, reifiedType: any)
|
|||||||||
Function used to convert between types
Parameters :
Returns :
T
{T} |
defineClassCustomAttributeMetadata | ||||
defineClassCustomAttributeMetadata(att)
|
||||
Decorator function to define metadata attributes for classes
Parameters :
|
defineCustomAttributeMetadata | ||||
defineCustomAttributeMetadata(att)
|
||||
Decorator function to define metadata attributes
Parameters :
|
getAsExplicitContractForType | |||||||||
getAsExplicitContractForType(interfaceFullName, type: any)
|
|||||||||
Parameters :
Returns :
string
|
isArrayOfMetadataElements | ||||||
isArrayOfMetadataElements(md: any)
|
||||||
Parameters :
Returns :
boolean
|
objectHashCodeHelper | ||||||
objectHashCodeHelper(obj: any)
|
||||||
HashCode helper NOT IMPLEMENTED
Parameters :
Returns :
number
{number} |
tryToConvertType | |||||||||
tryToConvertType(obj, reifiedType: any)
|
|||||||||
Function used to convert type
Parameters :
Returns :
T
{T} |
ArrayToBase64 | ||||
ArrayToBase64(array)
|
||||
Transform a list of byte numbers with char equivalents to a base64 string
Parameters :
Returns :
string
string |
BlockCopy | ||||||||||||
BlockCopy(source, sourceOffset, destination, destinationOffset, count)
|
||||||||||||
Copies the indicated amount of elements from a list starting from a specified index to another list from a specified index
Parameters :
Returns :
void
|
clamp | ||||||||
clamp(value, min, max)
|
||||||||
Limits the given value between the given minimum and maximum values (inclusive).
Parameters :
Returns :
number
{number} |
encodeCharactersForHtml | ||||
encodeCharactersForHtml(str)
|
||||
Parameters :
Returns :
string
|
GetBytesFromString | ||||||
GetBytesFromString(str)
|
||||||
Get a list with the byte equivalent of the chars from the string
Parameters :
Returns :
number[]
number[] |
nameof | ||||
nameof(name)
|
||||
Parameters :
Returns :
any
|
roundTo | |||||||||
roundTo(value, decimals)
|
|||||||||
Rounds the given value to the specified amount of decimals.
Always rounds away from zero, which means that
Parameters :
Returns :
number
{number} |
stringy |
stringy(value: any, enumObj?: any)
|
Always returns a string. If the input is
Returns :
string
{string} |
asExplicitImplementation | ||||
asExplicitImplementation(explicitInterface)
|
||||
Explicit interface register decorator, in charge of associated the use of a explicit interface in a class
Parameters :
|
boolToString | ||||||
boolToString(value: boolean)
|
||||||
Copyright (C) Mobilize.Net info@mobilize.net - All Rights Reserved This file is part of the Mobilize Frameworks, which is proprietary and confidential. NOTICE: All information contained herein is, and remains the property of Mobilize.Net Corporation. The intellectual and technical concepts contained herein are proprietary to Mobilize.Net Corporation and may be covered by U.S. Patents, and are protected by trade secret or copyright law. Dissemination of this information or reproduction of this material is strictly forbidden unless prior written permission is obtained from Mobilize.Net Corporation.
Parameters :
Returns :
string
|
changeCallback | ||||||
changeCallback(sender, args)
|
||||||
Parameters :
Returns :
void
|
changeCb |
changeCb()
|
changedSetCommand | ||||||
changedSetCommand(sender, args)
|
||||||
Callback for the set command property
Parameters :
|
changedSetCommandParameter | ||||||
changedSetCommandParameter(sender, args)
|
||||||
Callback for the command parameter property
Parameters :
|
GetCommandBehavior | ||||
GetCommandBehavior(buttonBase)
|
||||
Gets the command behavior associated to a button base.
Parameters :
Returns :
ButtonBaseClickCommandBehavior
|
setClickAction | ||||||
setClickAction(buttonInstance, command)
|
||||||
Associates a command with the click action of the given button
Parameters :
|
setClickActionParameter | ||||||
setClickActionParameter(buttonInstance, parameter)
|
||||||
Sets the click action paraemter
Parameters :
|
changeKeyEventHandledState | |||||||||
changeKeyEventHandledState(e, handledState: boolean)
|
|||||||||
Parameters :
Returns :
void
|
getModifierKeysState |
getModifierKeysState()
|
Returns :
number
|
translateKeyCodeToKeyEnum | ||||
translateKeyCodeToKeyEnum(keycode)
|
||||
Parameters :
Returns :
SmKeyboardKey
|
ClassInfo | ||||||
ClassInfo(classinfoConfig)
|
||||||
Registrates the ClassInfo identity class.
Parameters :
Returns :
any
|
collectExpectedTypeInfo | ||||||
collectExpectedTypeInfo(result, typeInformation)
|
||||||
Parameters :
|
extractAllowedTypeInformation | |||||||||
extractAllowedTypeInformation(obj: any, prop)
|
|||||||||
Parameters :
Returns :
AllowedCollectionTypeInformation
|
commandChanged | ||||||
commandChanged(sender, args)
|
||||||
Callback for command changed
Parameters :
|
ComponentId | ||||||
ComponentId(ids)
|
||||||
Registrates the ComponentId identity of the control.
Parameters :
Returns :
any
|
concatStringsSequence | ||||||
concatStringsSequence(separator, strings)
|
||||||
Parameters :
Returns :
string
|
createStringWithChar | ||||||
createStringWithChar(baseString, count)
|
||||||
Parameters :
|
endsWithWithKind | ||||||||
endsWithWithKind(str, strToCheck, comparisonKind)
|
||||||||
Verifies if the str string ends with the strToCheck string using the StringComparisonKind parameter
Parameters :
|
escapeRegexChars | ||||||
escapeRegexChars(str)
|
||||||
Escape regular expression characters from a common string
Parameters :
|
removeCharsFromString | ||||||||
removeCharsFromString(str, start, length?)
|
||||||||
Parameters :
Returns :
string
|
startsWithWithKind | ||||||||
startsWithWithKind(str, strToCheck, comparisonKind)
|
||||||||
Parameters :
|
stringArraytoRegex | ||||
stringArraytoRegex(array)
|
||||
Parameters :
Returns :
RegExp
|
stringInsert | ||||||||
stringInsert(str, idx, strToInsert)
|
||||||||
Parameters :
Returns :
string
|
stringNullOrWhitespace | ||||
stringNullOrWhitespace(str)
|
||||
Parameters :
|
stringTrimLeftChar | ||||||
stringTrimLeftChar(str, charToTrim)
|
||||||
Parameters :
Returns :
string
|
stringTrimRightChar | ||||||
stringTrimRightChar(str, charToTrim)
|
||||||
Removes the specified caracters from the end of the string.
If
Parameters :
Returns :
string
{string} |
configureMemoize | ||||||
configureMemoize(originalMethod, memoizeArgs?)
|
||||||
Parameters :
Returns :
any
|
Memoize | ||||
Memoize(args?)
|
||||
Decorator to use to do memoize of functions
Parameters :
|
createColorFromArgb | ||||||||||
createColorFromArgb(alpha, red, green, blue)
|
||||||||||
Parameters :
Returns :
SmColor
|
formatColors | ||||||||||
formatColors(color1, color2, color3, color4)
|
||||||||||
Parameters :
Returns :
string
|
smColorFromString | ||||
smColorFromString(color)
|
||||
Parameters :
Returns :
SmColor
|
smColorToCssColor | ||||
smColorToCssColor(color)
|
||||
Parameters :
Returns :
string
|
createDIContainer |
createDIContainer()
|
Returns :
DependencyContainer
|
disposeDIContainer | ||||||
disposeDIContainer(container: any)
|
||||||
Calls NOTE: this function should be called in the context of a
Parameters :
Returns :
void
|
genericDispose | ||||||
genericDispose(obj: any)
|
||||||
Parameters :
|
initializeDIContainer | ||||
initializeDIContainer(container)
|
||||
Parameters :
Returns :
DependencyContainer
|
injectDecoratedProperties | |||||||||
injectDecoratedProperties(container, obj)
|
|||||||||
Injects decorated properties to an existing object. This function inspects an object instance and for all properties
having the
Parameters :
Returns :
T
{T} |
registerInstanceWithRuntimeTypeInfo | ||||||||||||||||||||
registerInstanceWithRuntimeTypeInfo(container, typeInfo, obj: any, ltmanager?: any)
|
||||||||||||||||||||
Registers a type inside a container using runtime type information
Parameters :
|
registerInstanceWithRuntimeTypeInfo |
registerInstanceWithRuntimeTypeInfo(container, name, obj: any, ltmanager?: any)
|
|
registerInstanceWithRuntimeTypeInfo |
registerInstanceWithRuntimeTypeInfo(container, name, typeInfo, obj: any, ltmanager?: any)
|
|
registerInstanceWithRuntimeTypeInfo | ||||||||||||
registerInstanceWithRuntimeTypeInfo(container, p0, p1?, p2?, p3?)
|
||||||||||||
Parameters :
|
registerTypeExtended | ||||||||||||||||||
registerTypeExtended(container, type1: any, type2: any, lifetimeManager, injectionToken?)
|
||||||||||||||||||
Parameters :
Returns :
DependencyContainer
|
registerTypeWithInterface | |||||||||||||||
registerTypeWithInterface(container, token, typeMapInfo: any, options)
|
|||||||||||||||
Helper function to register resolution for a type based on a interface, when the interface is registered it also is registered the type with the same RegistrationOptions
Parameters :
|
registerWithRuntimeTypeInfo | ||||||||
registerWithRuntimeTypeInfo(container, typeInfo, options)
|
||||||||
Parameters :
|
registerWithRuntimeTypeInfo | ||||||||||
registerWithRuntimeTypeInfo(container, typeInfo, name?, options?)
|
||||||||||
Parameters :
|
registerWithRuntimeTypeInfo | ||||||||||
registerWithRuntimeTypeInfo(container, typeInfo, nameOrOptionsArg?, optionsArg?)
|
||||||||||
Parameters :
|
resolveWithRuntimeTypeInfo | ||||||
resolveWithRuntimeTypeInfo(container, typeInfo)
|
||||||
Parameters :
Returns :
T
|
tryResolveInContainer | ||||||
tryResolveInContainer(token, container)
|
||||||
Tries to resolve the given element in the specified container If the class for the given injection token could not be created this funtion return null
Parameters :
Returns :
T
A new instance of the object or |
DataServiceEntitySet | ||||||
DataServiceEntitySet(entitySetMetadata)
|
||||||
Registrates the EntitySet class decorator.
Parameters :
Returns :
any
|
DataServiceKey | ||||
DataServiceKey(dataServiceKeyMetadata)
|
||||
Registrates the data service key class decorator.
Parameters :
Returns :
any
|
resetDataServiceIdCounter |
resetDataServiceIdCounter()
|
Dependency | ||||
Dependency(prop)
|
||||
Dependency decorator for property which is a dependency property This decorator simplify the definition of a dependency property
Parameters :
Returns :
any
|
deserialize |
deserialize(rawObj: any, targetType: any)
|
Cast the received object to the targetType
Returns :
any
The object with the new type |
deserializeErrorDetail |
deserializeErrorDetail(rawObj: any, targetType: any)
|
Cast the received object to the targetType
Returns :
any
The object with the new type |
deserializeStringWithTargetTypeHint |
deserializeStringWithTargetTypeHint(target: any, obj, result: any)
|
Deserialize string object with target type hint |
extractGenericParameterIfAvailable | ||||
extractGenericParameterIfAvailable(genericTypesInfo)
|
||||
Extract generic parameter info from metadata decoration
Parameters :
|
getPropertyTypeWithName | ||||||
getPropertyTypeWithName(properties, name)
|
||||||
Gets the property with the looking with the name in the PropertyInfo array
Parameters :
Returns :
any
The object of the new type |
getTargetType | ||||||
getTargetType(typeName)
|
||||||
Gets the targetType information for the corresponding typeName
Parameters :
Returns :
any
The class type |
objectAsJsonObject | ||||||
objectAsJsonObject(obj: any)
|
||||||
Creates a simple version of an object to be serialized as Json
Parameters :
Returns :
any
{*} |
requiresSpecialTypeConversion | ||||||||||||||||
requiresSpecialTypeConversion(sourceObj: any, targetObj: any, name)
|
||||||||||||||||
Checks if an obj is a special type and sets the correct value to be use into a serialize valued by the given name.
Parameters :
Returns :
boolean
If the object is serialized to the target with a special serialization |
requiresSpecialTypeDeserialization | ||||||||||||||||||||
requiresSpecialTypeDeserialization(rawObj: any, propInfo, result: any, fieldName)
|
||||||||||||||||||||
Review if an object requires special deserialization. Knwon cases:
Parameters :
Returns :
boolean
The object with the new type |
serializeObjectAsJson | ||||||||
serializeObjectAsJson(objectToSerialize: any)
|
||||||||
Serializes an object as json an return the string.
Parameters :
Returns :
string
The object serialized |
tryExplicitDeserialization |
tryExplicitDeserialization(obj: any, targetType: any)
|
Cast the received object to the corresponding type
Returns :
any
The object of the new type |
tryImplicitDeserialization | ||||||||||||||||
tryImplicitDeserialization(obj: any, target: any, genericTypesInfo?)
|
||||||||||||||||
Cast the received object to the corresponding type
Parameters :
|
tryToDeserializeArray | ||||||||||||||||
tryToDeserializeArray(obj: any, target: any, genericTypesInfo?)
|
||||||||||||||||
Deserializes an array object using the corresponding target type
Parameters :
Returns :
any
The object with the correponding type |
findColumn | |||||||||
findColumn(key, data)
|
|||||||||
Find the column by key
Parameters :
Returns :
XamGridColumnModel
{XamGridColumnModel} The column found |
formatValue | ||||||||||||
formatValue(value: any, formatString)
|
||||||||||||
Apply formatting string to a single value The formatting string is applied depending on the datatype of the
Parameters :
Returns :
string
{string} the formatted value |
processPlaceholder | |||||||||
processPlaceholder(placeholder, args)
|
|||||||||
Process a single formatting string placeholder (for example: {0}, {1}, etc)
Parameters :
|
simpleStringFormat | ||||||
simpleStringFormat(format, ...args: undefined)
|
||||||
Provides string formatting for the given format string
Parameters :
Returns :
any
{*} |
getCompareFunction | ||||
getCompareFunction(value)
|
||||
Parameters :
Returns :
boolean
|
iuAddRange | |||||||||
iuAddRange(collection, newElements)
|
|||||||||
Adds the contents of an iterable to the given collection
Parameters :
|
iuAll | |||||||||
iuAll(iterable, predicate)
|
|||||||||
Verifies if a predicate is
Parameters :
|
iuAny | ||||||
iuAny(iterable, predicate?)
|
||||||
Parameters :
|
iuAsEnumerable | ||||
iuAsEnumerable(iterable)
|
||||
Parameters :
Returns :
Iterable<T>
|
iuCast | ||||
iuCast(iterable)
|
||||
Parameters :
Returns :
Iterable<T>
|
iuConcat | ||||||
iuConcat(first, second)
|
||||||
Parameters :
Returns :
Iterable<T>
|
iuContains | ||||||||||||||||
iuContains(iterable, value, comparer?: any)
|
||||||||||||||||
Returns whether the iterable contains a specified element.
Parameters :
Returns :
boolean
|
iuCount | ||||||
iuCount(iterable, predicate?)
|
||||||
Parameters :
Returns :
number
|
iuDistinct | ||||||||||||
iuDistinct(iterable, comparer?: any)
|
||||||||||||
Returns distinct elements from the iterable.
Parameters :
Returns :
Iterable<T>
|
iuElementAt | ||||||
iuElementAt(iterable, index)
|
||||||
Parameters :
Returns :
T
|
iuElementAtOrDefault | ||||||
iuElementAtOrDefault(iterable, index)
|
||||||
Parameters :
Returns :
T
|
iuEmpty |
iuEmpty()
|
Returns :
Iterable<T>
|
iuExcept | |||||||||
iuExcept(first, second)
|
|||||||||
Returns the set difference of two iterables.
Parameters :
Returns :
Iterable<T>
|
iuFirst | ||||||
iuFirst(iterable, predicate?)
|
||||||
Parameters :
Returns :
T
|
iuFirstOrDefault | ||||||||
iuFirstOrDefault(iterable, predicate?, defaultValue)
|
||||||||
Returns the first element of the iterable for which predicate returns
Parameters :
Returns :
T
{T} |
iuForEach | |||||||||
iuForEach(iterable, func)
|
|||||||||
Apply an operation to each element of an Iterable
Parameters :
Returns :
void
|
iuGetUntypedIterator | ||||
iuGetUntypedIterator(iterable)
|
||||
Parameters :
Returns :
any
|
iuGroupBy | ||||||
iuGroupBy(iterable, keySelector)
|
||||||
Parameters :
Returns :
Iterable<IGrouping<T, K>>
|
iuGroupBy | ||||||||
iuGroupBy(iterable, keySelector, valueSelector)
|
||||||||
Parameters :
Returns :
Iterable<IGrouping<V, K>>
|
iuGroupBy | ||||||||
iuGroupBy(iterable, keySelector, valueSelector?)
|
||||||||
Parameters :
Returns :
any
|
iuIntersect | ||||||||||||
iuIntersect(first, second, comparer?: any)
|
||||||||||||
Returns the set intersection of two iterables.
Parameters :
Returns :
Iterable<T>
|
iuJoin | ||||||||||||
iuJoin(iterable, iterable2, innerSelector, outerSelector, resultSelector)
|
||||||||||||
Parameters :
Returns :
Iterable<TResult>
|
iuLast | ||||||
iuLast(iterable, predicate?)
|
||||||
Parameters :
Returns :
T
|
iuLastOrDefault | ||||||
iuLastOrDefault(iterable, predicate?)
|
||||||
Parameters :
Returns :
T
|
iuMax | ||||
iuMax(iterable)
|
||||
Parameters :
Returns :
T
|
iuMax | ||||||
iuMax(iterable, valueSelector)
|
||||||
Parameters :
Returns :
K
|
iuMax | ||||||
iuMax(iterable, valueSelector?)
|
||||||
Parameters :
Returns :
K
|
iuMin | ||||||
iuMin(iterable, valueSelector?)
|
||||||
Parameters :
|
iuOfType | |||||||||
iuOfType(iterable, type: any)
|
|||||||||
Parameters :
Returns :
Iterable<K>
|
iuOrderBy | ||||||
iuOrderBy(iterable, criteria?)
|
||||||
Parameters :
Returns :
IOrderedIterable<T>
|
iuOrderBy | ||||||||
iuOrderBy(iterable, criteria?, comparer?)
|
||||||||
Parameters :
Returns :
IOrderedIterable<T>
|
iuOrderBy | ||||||||
iuOrderBy(iterable, criteria?, comparer?)
|
||||||||
Parameters :
Returns :
IOrderedIterable<T>
|
iuOrderByDescending | ||||||
iuOrderByDescending(iterable, criteria?)
|
||||||
Parameters :
Returns :
IOrderedIterable<T>
|
iuOrderByDescending | ||||||||
iuOrderByDescending(iterable, criteria?, comparer?)
|
||||||||
Parameters :
Returns :
IOrderedIterable<T>
|
iuOrderByDescending | ||||||||
iuOrderByDescending(iterable, criteria?, comparer?)
|
||||||||
Parameters :
Returns :
IOrderedIterable<T>
|
iuRange | ||||||
iuRange(start, count)
|
||||||
Parameters :
Returns :
Iterable<number>
|
iuSelect | ||||||
iuSelect(func, iterable)
|
||||||
Parameters :
Returns :
Iterable<K>
|
iuSelectMany | ||||||||
iuSelectMany(func, resultSelector, iterable)
|
||||||||
Parameters :
Returns :
Iterable<V>
|
iuSelectMany | ||||||
iuSelectMany(func, iterable)
|
||||||
Parameters :
Returns :
Iterable<K>
|
iuSelectMany | ||||||||
iuSelectMany(p1, p2, p3?)
|
||||||||
Parameters :
Returns :
unknown
|
iuSingle | ||||||
iuSingle(iterable, predicate?)
|
||||||
Parameters :
|
iuSingleOrDefault | |||||||||
iuSingleOrDefault(iterable, predicate?)
|
|||||||||
Gets a single element from the given iterable. If no predicate then the only element in iterable is returned, if more than one element then null is returned. If predicate has value then the only element matching the predicate is returned, if more than one matches or none then null is returned.
Parameters :
|
iuSum | ||||||
iuSum(iterable, valueSelector)
|
||||||
Parameters :
|
iuTake | ||||||
iuTake(count, iterable)
|
||||||
Parameters :
Returns :
Iterable<T>
|
iuThenBy | ||||||
iuThenBy(iterable, criteria?)
|
||||||
Parameters :
Returns :
IOrderedIterable<T>
|
iuThenBy | ||||||||
iuThenBy(iterable, criteria?, comparer?)
|
||||||||
Parameters :
Returns :
IOrderedIterable<T>
|
iuThenBy | ||||||||
iuThenBy(iterable, criteria?, comparer?)
|
||||||||
Parameters :
Returns :
IOrderedIterable<T>
|
iuThenByDescending | ||||||
iuThenByDescending(iterable, criteria?)
|
||||||
Parameters :
Returns :
IOrderedIterable<T>
|
iuThenByDescending | ||||||||
iuThenByDescending(iterable, criteria?, comparer?)
|
||||||||
Parameters :
Returns :
IOrderedIterable<T>
|
iuThenByDescending | ||||||||
iuThenByDescending(iterable, criteria?, comparer?)
|
||||||||
Parameters :
Returns :
IOrderedIterable<T>
|
iuToArray | ||||
iuToArray(iterable)
|
||||
Parameters :
Returns :
Array<T>
|
iuToList | ||||
iuToList(iterable)
|
||||
Parameters :
Returns :
SimpleList<T>
|
iuUnion | ||||||||||||||||
iuUnion(first, second, comparer?: any)
|
||||||||||||||||
Iterates thru the elements of two iterables by disarding the duplicated ones. Default comparison is done using the standard '===' comparison operator
Parameters :
Returns :
Iterable<T>
{Iterable |
iuWhere | ||||||
iuWhere(predicate, iterable)
|
||||||
Parameters :
Returns :
Iterable<T>
|
joinGenerator | ||||||||||||
joinGenerator(iterable, iterable2, innerSelector, outerSelector, resultSelector)
|
||||||||||||
Parameters :
|
wrapArrayWithList | ||||
wrapArrayWithList(arr)
|
||||
Parameters :
Returns :
IList<T>
|
getCustomContext | |||||||||
getCustomContext(bindingInfo, contextModel)
|
|||||||||
Gets the context to use in the binding
Parameters :
Returns :
any
{*} |
processRelativeSourceIfRequired | |||||||||
processRelativeSourceIfRequired(bindingInfo, newBinding)
|
|||||||||
Adds relative source element to the new binding if the
Parameters :
|
getRadUAGMessage | ||||
getRadUAGMessage(response)
|
||||
Get the 'Message' value from a response.
Parameters :
Returns :
string
{string} |
getRadUAGSuccess | ||||
getRadUAGSuccess(response)
|
||||
Get the 'Success' value from a response.
Parameters :
Returns :
boolean
{boolean} |
getRadUAGValue | ||||||
getRadUAGValue(response, key)
|
||||||
Extract the value corresponding to the given key.
Parameters :
Returns :
T
{T} |
json2xml | ||||||
json2xml(data: any)
|
||||||
Parameters :
Returns :
string
|
xml2json | ||||||
xml2json(data: any)
|
||||||
Parameters :
Returns :
any
|
observableFromSupportProperty | ||||||||||||
observableFromSupportProperty(element: any, propertyName)
|
||||||||||||
Create an Rx Subject from a PropertyChanged object subscription
Parameters :
Returns :
Subject<any>
{Subject |
syncComponentAndModel | |||||||||
syncComponentAndModel(element, model: any)
|
|||||||||
Subscribe to runtime events for an HTML element
Parameters :
Returns :
any
{*} |
withName | ||||||
withName(obj, name)
|
||||||
Sets the name property if it exists
Parameters :
Returns :
T
{T} |
onchange |
onchange()
|
Copyright (C) Mobilize.Net info@mobilize.net - All Rights Reserved This file is part of the Mobilize Frameworks, which is proprietary and confidential. NOTICE: All information contained herein is, and remains the property of Mobilize.Net Corporation. The intellectual and technical concepts contained herein are proprietary to Mobilize.Net Corporation and may be covered by U.S. Patents, and are protected by trade secret or copyright law. Dissemination of this information or reproduction of this material is strictly forbidden unless prior written permission is obtained from Mobilize.Net Corporation.
Returns :
any
|
out | ||||||
out(setter)
|
||||||
Creates a
Parameters :
Returns :
out<T>
{out |
ref | |||||||||
ref(value, setter)
|
|||||||||
Creates a
Parameters :
Returns :
ref<T>
{ref |
parse | ||||
parse(input)
|
||||
Parse the input string and returns the equivalent vertical alignment, or undefined if there is no equivalent.
Parameters :
Returns :
VerticalAlignment
|
parse | ||||
parse(input)
|
||||
Parse the input string and returns the equivalent horizontal alignment, or undefined if there is no equivalent.
Parameters :
Returns :
HorizontalAlignment
|
parse | ||||
parse(input)
|
||||
Parse the input string and returns the equivalent visibility: true for 'Visible' and false for 'Collapsed'.
Parameters :
Returns :
boolean
|
toString | ||||
toString(verticalAlignment)
|
||||
Returns a string representation of the vertical alignment.
Parameters :
Returns :
string
|
toString | ||||
toString(horizontalAlignment)
|
||||
Returns a string representation of the horizontal alignment.
Parameters :
Returns :
string
|
toString | ||||||
toString(visibility: boolean)
|
||||||
Returns a string representation of the visibility.
Parameters :
Returns :
string
|
parseEnumValue | |||||||||
parseEnumValue(value, typeEnum: any)
|
|||||||||
Retrieves the value of a given enum by parsing the string
Parameters :
Returns :
number
|
processFlagToString | ||||||||||
processFlagToString(value, inputStr, regexOption, strEquivalent)
|
||||||||||
Process RegexOptions to generate required flags in RegExp
Parameters :
|
toString | ||||
toString(regexOptions)
|
||||
Returns a string representation of the regex options.
Parameters :
Returns :
string
|
setBackgroundColor | |||||||||
setBackgroundColor(styleObject, value: any)
|
|||||||||
setBackgroundColor
Parameters :
Returns :
void
|
setForeground | |||||||||
setForeground(styleObject, value: any)
|
|||||||||
SetForeground
Parameters :
Returns :
void
|
setStyleProperty |
setStyleProperty(context: any, value: any, property)
|
SetStyleProperty
Returns :
void
|
transformStyles |
transformStyles(styleObject: any, styleCss: any)
|
TransFormStyles
Returns :
void
|
smGetExceptionInstance | ||||||
smGetExceptionInstance(e: any)
|
||||||
Tries to generate an Exception object out of the 'e' parameter, parameter might be an Exception so it will be returned or most likely might be an Error type, in such case it will create a new Exception containing e as innerError
Parameters :
Returns :
Exception
{Exception} |
SoapEntity | ||||||
SoapEntity(soapMetadata)
|
||||||
Registrates the SoapEntity class decorator.
Parameters :
Returns :
any
|
stopEventPropagation |
stopEventPropagation()
|
Copyright (C) Mobilize.Net info@mobilize.net - All Rights Reserved This file is part of the Mobilize Frameworks, which is proprietary and confidential. NOTICE: All information contained herein is, and remains the property of Mobilize.Net Corporation. The intellectual and technical concepts contained herein are proprietary to Mobilize.Net Corporation and may be covered by U.S. Patents, and are protected by trade secret or copyright law. Dissemination of this information or reproduction of this material is strictly forbidden unless prior written permission is obtained from Mobilize.Net Corporation. |
toByte | ||||||
toByte(value, base)
|
||||||
Converts a string to a number with
Parameters :
|
toInt32 |
toInt32(value: any, objectType: any)
|
Converts a string value to a number with built-in support or Int32.
Returns :
number
Returns the number value. If the value cannot be converted, an exception is throw. |
ToolTipCallback | ||||||
ToolTipCallback(sender, args)
|
||||||
Should trigger the action in the component that will enable the Tooltip to be dinamically displayed
Parameters :
|
XamContextCallBack | ||||||
XamContextCallBack(sender, args)
|
||||||
Should trigger the action in the component that will enable the CtxMenu to be dinamically displayed
Parameters :
|
xElementsFromSequence | ||||||
xElementsFromSequence(sequence, name?)
|
||||||
Gets elements from sequence
Parameters :
Returns :
Iterable<XElement>
{Iterable |
xRemoveElementsFromSequence | ||||
xRemoveElementsFromSequence(sequence)
|
||||
Removes all specified elements from its parent node
Parameters :
Returns :
void
|