public abstract class WidgetModel : Coping<IWidgetModel>,
IWidgetModel, IModel, ICloneable, ITypeIdentifier, IItemIdentifier,
ICoping<IWidgetModel>, ICloneable<IWidgetModel>Public MustInherit Class WidgetModel
Inherits Coping(Of IWidgetModel)
Implements IWidgetModel, IModel, ICloneable, ITypeIdentifier,
IItemIdentifier, ICoping(Of IWidgetModel), ICloneable(Of IWidgetModel)public ref class WidgetModel abstract : public Coping<IWidgetModel^>,
IWidgetModel, IModel, ICloneable, ITypeIdentifier, IItemIdentifier,
ICoping<IWidgetModel^>, ICloneable<IWidgetModel^>[<AbstractClassAttribute>]
type WidgetModel =
class
inherit Coping<IWidgetModel>
interface IWidgetModel
interface IModel
interface ICloneable
interface ITypeIdentifier
interface IItemIdentifier
interface ICoping<IWidgetModel>
interface ICloneable<IWidgetModel>
end| WidgetModel | Initializes a new instance of the WidgetModel class. |
| Children | Gets or sets Коллекция дочерних элементов |
| Content | Gets or sets Элемент |
| Key | Gets or sets Идентификатор элемента |
| Location | Gets or sets Местоположение элемента |
| TypeId | Gets or sets Идентификатор типа |
| Clone |
Создает и возвращает копию текущего объекта.
В созданный объект копируются данные из текущего объекта
(Унаследован от CopingT) |
| CopyTo |
Клонирует данные объекта реализующего
интерфейс в объект target (Переопределяет CopingTCopyTo(T)) |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| InternalClone |
Создает и возвращает копию текущего объекта.
В созданный объект копируются данные из текущего объекта
Перекрывается в потомках для пользовательской обработки процесса
создания копии объекта
(Унаследован от CopingT) |
| InternalCreateModel |
Создает и возвращает экземпляр объекта
типа T
Перекрывается в потомках для пользовательской
обработки создания модели
(Унаследован от CopingT) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |
| Get | (Определяется ComHelper) |
| InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor) |
| Invoke | (Определяется ComHelper) |
| Set | (Определяется ComHelper) |