C# Class Core2D.Data.XContext

Data context.
Inheritance: ObservableObject
Afficher le fichier Open project: Core2D/Core2D Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Creates a new XContext instance.
public static Create ( ) : XContext
Résultat XContext

Create() public static méthode

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

XContext() public méthode

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

this() public méthode

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.
Résultat string