public interface IWidgetModel : IModel,
ICloneable, ITypeIdentifier, IItemIdentifier, ICoping<IWidgetModel>,
ICloneable<IWidgetModel>
Public Interface IWidgetModel
Inherits IModel, ICloneable, ITypeIdentifier, IItemIdentifier,
ICoping(Of IWidgetModel), ICloneable(Of IWidgetModel)
public interface class IWidgetModel : IModel,
ICloneable, ITypeIdentifier, IItemIdentifier, ICoping<IWidgetModel^>,
ICloneable<IWidgetModel^>
type IWidgetModel =
interface
interface IModel
interface ICloneable
interface ITypeIdentifier
interface IItemIdentifier
interface ICoping<IWidgetModel>
interface ICloneable<IWidgetModel>
end
Children | Gets or sets Коллекция дочерних элементов |
Content | Gets or sets Элемент |
Key |
Gets or sets Идентификатор элемента
(Унаследован от IItemIdentifier) |
Location | Gets or sets Местоположение элемента |
TypeId |
Gets or sets Идентификатор типа
(Унаследован от ITypeIdentifier) |
Clone | Creates a new object that is a copy of the current instance. (Унаследован от ICloneable) |
CopyTo |
Клонирует данные объекта реализующего
интерфейс в объект target (Унаследован от ICopingT) |