public class GridLocation : Location,
IGridLocation, ILocation, IModel, ICloneable, ITypeIdentifier,
ICloneable<ILocation>, ICoping<ILocation>, IStorageSerializable
Public Class GridLocation
Inherits Location
Implements IGridLocation, ILocation, IModel, ICloneable,
ITypeIdentifier, ICloneable(Of ILocation), ICoping(Of ILocation),
IStorageSerializable
public ref class GridLocation : public Location,
IGridLocation, ILocation, IModel, ICloneable, ITypeIdentifier,
ICloneable<ILocation^>, ICoping<ILocation^>, IStorageSerializable
type GridLocation =
class
inherit Location
interface IGridLocation
interface ILocation
interface IModel
interface ICloneable
interface ITypeIdentifier
interface ICloneable<ILocation>
interface ICoping<ILocation>
interface IStorageSerializable
end
GridLocation | Initializes a new instance of the GridLocation class. |
ColSpan | Gets or sets Количество столбцов которые занимает элемент |
Column | Gets or sets Столбец в котором распологается элемент |
Row | Gets or sets Строка в которой распологается элемент |
RowSpan | Gets or sets Количество строк которые занимает элемент |
TypeId |
Gets or sets Идентификатор типа
(Унаследован от Location) |
ZOrder |
Gets or sets Индекс элемента по оси-z
(Унаследован от Location) |
Clone |
Создает и возвращает копию текущего объекта.
В созданный объект копируются данные из текущего объекта
(Унаследован от CopingT) |
CopyTo |
Клонирует данные объекта реализующего
интерфейс в объект target (Переопределяет LocationCopyTo(ILocation)) |
CreateModel | Создает и возвращает экземпляр объекта типа GridLocation |
Deserialize | |
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) |
Serialize | |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
Get | (Определяется ComHelper) |
InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor) |
Invoke | (Определяется ComHelper) |
Set | (Определяется ComHelper) |
ToSerializedDictionary |
Сериализует объект в нетипизированный словарь.
(Определяется StorageExtensions) |