Пакеты | Классы | Перечисления | Функции

Пакет TSLab.Utils

Пакеты

package  Cache
package  ioc
package  Log
package  Messages
package  Notification

Классы

class  RegistryHelper
class  AppPath
class  AppUtils
class  AssemblyGenerator
class  AssemblyResourcesAttribute
class  CodeManager
class  DispatchedObservableCollection-g
class  DispatchEvent
interface  IAttachedDisposable
class  DisposeHelper
class  DoubleUtil
class  ExpressionComparer
class  FileCacheDataProvider
class  FormatUtils
class  HttpUtils
interface  ICacheDataProvider
interface  IServiceLocator
 The generic Service Locator interface. This interface is used to retrieve services (instances identified by type and optional name) from a container. Подробнее...
class  LinqUtils
class  LocalizeAttribute
class  LocalizeCategoryAttribute
class  LocalizeDescriptionAttribute
class  LocalizeDisplayNameAttribute
class  Locator
 This class provides the ambient container for this application. If your framework defines such an ambient container, use Locator.Current to get it. Подробнее...
class  MemoryUtils
class  MouseUtils
class  MultiValueDictionary-g
class  NotificationObject
 Base class for items that support property notification. Подробнее...
class  PluginUtils
class  ProcessorInfo
class  PropertySorter
class  PropertyOrderAttribute
 Атрибут для задания сортировки. Подробнее...
class  PropertyOrderPair
 Пара имя/номер п/п с сортировкой по номеру. Подробнее...
class  PropertySupport
 Provides support for extracting property information based on a property expression. /summary> Подробнее...
class  ProxySettings
class  QuikIntegration
class  RangeNotifyCollectionChangedEventArgs
class  RangeObservableCollection-g
class  ResourceHelper
  . Подробнее...
class  RM
class  Singletone-g
class  SortingHelper
class  SymmCrypto
class  LockAquireTimeoutException
 Exception raised if we fail to aquire the lock. Подробнее...
class  SyncLock
 A safer implementation of C# lock. Подробнее...
class  AquiredLock
 Represents an aquired lock, implements the Dispose interface allowing the lock to be aquired using the C# using block. Подробнее...
class  ToggleValue-g
class  NotifyBlockCollectionChangedEventArgs-g
class  TransactionCollection-g
class  TypeExtensions
class  UnixTime
class  WaitingTimer
class  WinApi
class  XmlHelper

Перечисления

enum  EXECUTION_STATE { ES_SYSTEM_REQUIRED = 0x00000001, ES_DISPLAY_REQUIRED = 0x00000002, ES_CONTINUOUS = 0x80000000 }

Функции

delegate void ResourceManagerChanged ()
delegate IServiceLocator ServiceLocatorProvider ()
 This delegate type is used to provide a method that will return the current container. Used with the Locator static accessor class.
delegate void NotifyBlockCollectionChangedEventHandler< T > (object sender, NotifyBlockCollectionChangedEventArgs< T > args)

Функции

delegate IServiceLocator TSLab.Utils.ServiceLocatorProvider (  ) 

This delegate type is used to provide a method that will return the current container. Used with the Locator static accessor class.

Возвращает:
An IServiceLocator.