Для изменения размера нажмите или перетащите

IStorageActionContainer - интерфейс

Определяет контейнер с данными, использующимися при совершении действия над хранилищем.

Пространство имён:  FinistSoft.Storage
Сборка:  Engine (в Engine.dll) Версия: 1.0.0
Синтаксис
public interface IStorageActionContainer : ICloneable, 
	IComparable

Тип IStorageActionContainer предоставляет следующие члены.

Методы
  ИмяОписание
Открытый методClone
Создаёт новый объект, являющийся копией текущего экземпляра.
Открытый методCompareTo
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Унаследован от IComparable.)
В начало страницы
См. также