| | Name | Description |
|---|
 | ConvertAndCopyIEnumerableToList |
Copies the FileSystemEntry enumerable collection to a list of FileData.
|
 | ConvertAndCopyReadOnlyDictionaryToList(IReadOnlyDictionaryGuid, CheckInFailureReason, IListCheckInFailureDetailData) |
Converts the IReadOnlyDictionaryTKey, TValue and copies to a list of CheckInFailureDetailData.
|
 | ConvertAndCopyReadOnlyDictionaryToList(IReadOnlyDictionaryGuid, CheckOutFailureReason, IListCheckOutFailureDetailData) |
Converts the IReadOnlyDictionaryTKey, TValue and copies to a list of CheckOutFailureDetailData.
|
 | ConvertAndCopyReadOnlyDictionaryToList(IReadOnlyDictionaryGuid, DeleteFailureReason, IListDeleteFailureDetailData) |
Converts the IReadOnlyDictionaryTKey, TValue and copies to a list of DeleteFailureDetailData.
|
 | ConvertAndCopyReadOnlyDictionaryToList(IReadOnlyDictionaryGuid, EnsureVisibleFailureReason, IListEnsureVisibleFailureDetailData) |
Converts the IReadOnlyDictionaryTKey, TValue and copies to a list of EnsureVisibleFailureDetailData.
|
 | ConvertAndCopyReadOnlyDictionaryToList(IReadOnlyDictionaryGuid, RestoreFailureReason, IListRestoreFailureDetailData) |
Converts the IReadOnlyDictionaryTKey, TValue and copies to a list of RestoreFailureDetailData.
|
 | ConvertAndCopyReadOnlyDictionaryToList(IReadOnlyDictionaryGuid, UndoCheckOutFailureReason, IListUndoCheckOutFailureDetailData) |
Converts the IReadOnlyDictionaryTKey, TValue and copies to a list of UndoCheckOutFailureDetailData.
|
 | CopyAndConvertListT1, T2(IEnumerableT1, IListT2) |
Copies and converts the list. GetObjectTSource, TTarget(TSource) is used.
|
 | CopyAndConvertListT1, T2(IEnumerableT1, ICollectionT2, ReadOnlyDictionaryString, ActionT1, T2) |
Copies and converts the list. GetObjectTSource, TTarget(TSource) is used.
|
 | CopyAndConvertListMaybeBuggyT1, T2(IEnumerableT1, IListT2) | |
 | CopyAndConvertListMaybeBuggyT1, T2(IEnumerableT1, ICollectionT2, ReadOnlyDictionaryString, ActionT1, T2) | |
 | CopyFromList |
Copies an enumerable of AppSettingTransferSpecData to list of AppSettingTransferSpec.
|
 | CopyListToSetT |
Helper method to copy a list into a 'Set'.
|
 | CopySetToListT |
Helper method to copy one 'Set' object into a list.
|
 | CopyToTSource, TTarget(TSource, TTarget) |
Copies properties from the source type to the target type using default mapping rule - mapping by name.
|
 | CopyToTSource, TTarget(TSource, TTarget, IReadOnlyDictionaryString, ActionTSource, TTarget) |
Copies properties from the source type to the target type using default mapping rule - mapping by name.
|
 | CopyToActionBaseCollection |
Copies an action base from a list onto an existing list.
|
 | CopyToActionData |
Copies to ActionBase source list to a ActionData contract list destination.
|
 | CopyToConnectorElement |
Copies to connector element.
|
 | CopyToDictionary(IListKeyValuePairData, IDictionaryString, String) |
Copies list of pairs to dictionary.
|
 | CopyToDictionary(IListCustomAttributeData, IDictionaryGuid, CustomAttributeValue) |
Copies list of pairs to dictionary.
|
 | CopyToDictionary(IListProviderPropertyOverrideData, IDictionaryGuid, ParameterValueCollection) |
Copies a list to a dictionary.
|
 | CopyToLevelSorting |
Copies to level sorting.
|
 | CopyToList(ICollectionCustomAttributeValue, IListCustomAttributeData) |
Copies a dictionary to a list of pairs.
|
 | CopyToList(ICollectionCustomAttributeData, ICollectionCustomAttributeValue) |
Copies list of pairs to the specified list.
|
 | CopyToList(IDictionaryGuid, CustomAttributeInfo, IListCustomAttributeInfoListItemData) |
Copies a dictionary to list of pairs.
|
 | CopyToList(IDictionaryGuid, CustomAttributeValue, IListCustomAttributeData) |
Copies a dictionary to list of pairs.
|
 | CopyToList(IDictionaryGuid, ParameterValueCollection, IListProviderPropertyOverrideData) |
Copies a dictionary to list of pairs.
|
 | CopyToList(IEnumerableAppSettingTransferSpec, IListAppSettingTransferSpecData) |
Copies an enumerable of AppSettingTransferSpec to list of AppSettingTransferSpecData.
|
 | CopyToList(IEnumerableTransferItemResult, IListTransferItemResultData) |
Copies an enumerable of TransferItemResult to list of TransferItemResultData.
|
 | CopyToList(IReadOnlyDictionaryGuid, TransferItemResult, IListTransferItemResultData) |
Copies a dictionary to list of pairs.
|
 | CopyToList(IDictionaryString, IHierarchy, IListHierarchyData, ReadOnlyDictionaryString, ActionIHierarchy, HierarchyData) |
Copies a dictionary to list of pairs.
|
 | CopyToList(IReadOnlyDictionaryGuid, CustomAttributeValue, IListCustomAttributeData, NullableGuid, Boolean) |
Copies a dictionary to list of pairs.
|
 | CopyToListTKey, TValue(IDictionaryTKey, TValue, IListKeyValuePairData) |
Copies a dictionary to list of pairs.
|
 | CopyToMemberDrillDownValue |
Copies to member value.
|
 | CopyToParameter |
Copies to parameter.
|
 | CopyToParameterValueCollection |
Copies a parameter value from a list onto an existing collection.
|
 | CopyToParameterValueData |
Copies to ParameterValue source list to a ParameterValueData contract list destination.
|
 | CopyToRelationalColumns |
Copies to relational columns.
|
 | CopyToStates |
Copies to states.
|
 | CopyToTransformConnector |
Copies to transform connector.
|
 | CreateMappingTSource, TTarget(TSource) |
Creates a mapping object. This is an object that can create an object of given type and copy
all public properties from an existing object over the new one. This mapping object can be
extended with custom mapping rules.
|
 | CreateMappingTSource, TTarget(TSource, ReadOnlyDictionaryString, ActionTSource, TTarget, FuncTSource, TTarget) |
Creates a mapping object. This is an object that can create an object of given type and copy
all public properties from an existing object over the new one. This mapping object can be
extended with custom mapping rules.
|
 | GetCultureInfo |
Helper method to copy the culture info.
|
 | GetObjectTSource, TTarget(TSource) |
Creates a object of the target type and maps all properties using default mapping rule - mapping by name.
|
 | GetObjectTSource, TTarget(TSource, ReadOnlyDictionaryString, ActionTSource, TTarget) |
Creates a object of the target type and maps all properties using default mapping rule - mapping by name.
|
 | GetObjectTSource, TTarget(TSource, ReadOnlyDictionaryString, ActionTSource, TTarget, FuncTSource, TTarget) |
Creates a object of the target type and maps all properties using default mapping rule - mapping by name.
|
 | SetUIClassName(AnalysisElementUsageData, AnalysisElementUsage) |
Sets the name of the analysis element usage UI class.
|
 | SetUIClassName(FileData, FileSystemEntry) |
Sets the name of the file data UI class.
|
 | SetUIClassName(TokenDefinitionData, TokenDefinition) |
Sets the name of the token definition UI class.
|
 | SetUIClassName(ViewData, View) |
Sets the name of the view data UI class.
|