TranslateListWithElements
Assembly: ServiceStack.Text.dll
View Source
Declaration
public static class TranslateListWithElements
Methods
TranslateToGenericICollectionCache(Object, Type, Type)
View Source
Declaration
public static object TranslateToGenericICollectionCache(object from, Type toInstanceOfType, Type elementType)
Returns
System.Object
Parameters
Type | Name |
---|---|
System.Object | from |
System.Type | toInstanceOfType |
System.Type | elementType |
TranslateToConvertibleGenericICollectionCache(Object, Type, Type)
View Source
Declaration
public static object TranslateToConvertibleGenericICollectionCache(object from, Type toInstanceOfType, Type fromElementType)
Returns
System.Object
Parameters
Type | Name |
---|---|
System.Object | from |
System.Type | toInstanceOfType |
System.Type | fromElementType |
TryTranslateCollections(Type, Type, Object)
View Source
Declaration
public static object TryTranslateCollections(Type fromPropertyType, Type toPropertyType, object fromValue)
Returns
System.Object
Parameters
Type | Name |
---|---|
System.Type | fromPropertyType |
System.Type | toPropertyType |
System.Object | fromValue |