C# Class Core2D.Data.XContext

Data context.
Inheritance: ObservableObject
Datei anzeigen Open project: Core2D/Core2D Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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.

Method Details

Create() public static method

Creates a new XContext instance.
public static Create ( ) : XContext
return XContext

Create() public static method

Creates a new XContext instance.
public static Create ( XRecord record ) : XContext
record Core2D.Data.Database.XRecord The record instance.
return XContext

XContext() public method

Initializes a new instance of the XContext class.
public XContext ( ) : System.Collections.Immutable
return System.Collections.Immutable

this() public method

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.
return string