Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Steelbreeze
StateMachines
Model
NamedElement
C# 클래스 Steelbreeze.StateMachines.Model.NamedElement
Represents an element within a model that has a name.
파일 보기
프로젝트 열기: steelbreeze/state.cs
공개 프로퍼티들
프로퍼티
타입
설명
Name
string
NamespaceSeparator
string
QualifiedName
string
공개 메소드들
메소드
설명
ToString
( ) :
string
Returns the fully qualified name of the element.
비공개 메소드들
메소드
설명
NamedElement
( )
NamedElement
(
string
name
,
NamedElement
parent
)
메소드 상세
ToString()
공개
메소드
Returns the fully qualified name of the element.
public
ToString
( ) :
string
리턴
string
프로퍼티 상세
Name
공개적으로 프로퍼티
The name of the element.
public
string
Name
리턴
string
NamespaceSeparator
공개적으로 정적으로 프로퍼티
The token used as a namespace seperator when generating fully qualified names.
public
static
string
NamespaceSeparator
리턴
string
QualifiedName
공개적으로 프로퍼티
The fully qualitied name of the element.
public
string
QualifiedName
리턴
string