public interface IChartBehaviorModel : IModel<IChartBehaviorModel>,
IModel, ICloneable, ICoping<IChartBehaviorModel>, ICloneable<IChartBehaviorModel>,
ITypeIdentifier, IStorageSerializable
Public Interface IChartBehaviorModel
Inherits IModel(Of IChartBehaviorModel), IModel, ICloneable,
ICoping(Of IChartBehaviorModel), ICloneable(Of IChartBehaviorModel), ITypeIdentifier,
IStorageSerializable
public interface class IChartBehaviorModel : IModel<IChartBehaviorModel^>,
IModel, ICloneable, ICoping<IChartBehaviorModel^>, ICloneable<IChartBehaviorModel^>,
ITypeIdentifier, IStorageSerializable
type IChartBehaviorModel =
interface
interface IModel<IChartBehaviorModel>
interface IModel
interface ICloneable
interface ICoping<IChartBehaviorModel>
interface ICloneable<IChartBehaviorModel>
interface ITypeIdentifier
interface IStorageSerializable
end
IsBehaviorEnabled | Gets or sets a value indicating whether Признак применения поведения |
TypeId |
Gets or sets Идентификатор типа
(Унаследован от ITypeIdentifier) |
Clone | Creates a new object that is a copy of the current instance. (Унаследован от ICloneable) |
CopyTo |
Клонирует данные объекта реализующего
интерфейс в объект target (Унаследован от ICopingT) |
Deserialize | Выполняет десериализацию полей объекта из заданного хранилища. (Унаследован от IStorageSerializable) |
Serialize | Выполняет сериализацию полей объекта в заданное хранилище. (Унаследован от IStorageSerializable) |
ToSerializedDictionary |
Сериализует объект в нетипизированный словарь.
(Определяется StorageExtensions) |