C# Класс Core2D.Data.XContext

Data context.
Наследование: ObservableObject
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Create ( ) : XContext

Creates a new XContext instance.

Create ( XRecord record ) : XContext

Creates a new XContext instance.

XContext ( ) : System.Collections.Immutable

Initializes a new instance of the XContext class.

this ( string name ) : string

Gets or sets XProperty.Value using name as key for Properties array values.

If property with the specified key does not exist it is created.

Описание методов

Create() публичный статический Метод

Creates a new XContext instance.
public static Create ( ) : XContext
Результат XContext

Create() публичный статический Метод

Creates a new XContext instance.
public static Create ( XRecord record ) : XContext
record Core2D.Data.Database.XRecord The record instance.
Результат XContext

XContext() публичный Метод

Initializes a new instance of the XContext class.
public XContext ( ) : System.Collections.Immutable
Результат System.Collections.Immutable

this() публичный Метод

Gets or sets XProperty.Value using name as key for Properties array values.
If property with the specified key does not exist it is created.
public this ( string name ) : string
name string The property value.
Результат string