public abstract class Location : Coping<ILocation>,
ILocation, IModel, ICloneable, ITypeIdentifier, ICloneable<ILocation>,
ICoping<ILocation>
Public MustInherit Class Location
Inherits Coping(Of ILocation)
Implements ILocation, IModel, ICloneable, ITypeIdentifier,
ICloneable(Of ILocation), ICoping(Of ILocation)
public ref class Location abstract : public Coping<ILocation^>,
ILocation, IModel, ICloneable, ITypeIdentifier, ICloneable<ILocation^>,
ICoping<ILocation^>
[<AbstractClassAttribute>]
type Location =
class
inherit Coping<ILocation>
interface ILocation
interface IModel
interface ICloneable
interface ITypeIdentifier
interface ICloneable<ILocation>
interface ICoping<ILocation>
end
Location | Initializes a new instance of the Location class. |
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) |