C# Class Steelbreeze.StateMachines.Model.NamedElement

Represents an element within a model that has a name.
Afficher le fichier Open project: steelbreeze/state.cs

Méthodes publiques

Свойство Type Description
Name string
NamespaceSeparator string
QualifiedName string

Méthodes publiques

Méthode Description
ToString ( ) : string

Returns the fully qualified name of the element.

Private Methods

Méthode Description
NamedElement ( )
NamedElement ( string name, NamedElement parent )

Method Details

ToString() public méthode

Returns the fully qualified name of the element.
public ToString ( ) : string
Résultat string

Property Details

Name public_oe property

The name of the element.
public string Name
Résultat string

NamespaceSeparator public_oe static_oe property

The token used as a namespace seperator when generating fully qualified names.
public static string NamespaceSeparator
Résultat string

QualifiedName public_oe property

The fully qualitied name of the element.
public string QualifiedName
Résultat string