C# 클래스 Core2D.Data.XContext

Data context.
상속: ObservableObject
파일 보기 프로젝트 열기: Core2D/Core2D 1 사용 예제들

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