C# 클래스 Grasp.Variable

The unit of data in a schema
파일 보기 프로젝트 열기: bwatts/Grasp 1 사용 예제들

공개 메소드들

메소드 설명
ToString ( ) : string

Gets the fully-qualified name of this variable

Variable ( string @namespace, string name, Type type ) : System

Initializes a variable with the specified namespace, name, and type

비공개 메소드들

메소드 설명
Expression ( Variable variable ) : VariableExpression
IsName ( string value ) : bool
IsNamespace ( string value ) : bool

메소드 상세

ToString() 공개 메소드

Gets the fully-qualified name of this variable
public ToString ( ) : string
리턴 string

Variable() 공개 메소드

Initializes a variable with the specified namespace, name, and type
public Variable ( string @namespace, string name, Type type ) : System
@namespace string
name string The name of the variable
type System.Type The type of value represented by the variable
리턴 System