C# Class Steelbreeze.StateMachines.Model.NamedElement

Represents an element within a model that has a name.
Exibir arquivo Open project: steelbreeze/state.cs

Public Properties

Property Type Description
Name string
NamespaceSeparator string
QualifiedName string

Public Methods

Method Description
ToString ( ) : string

Returns the fully qualified name of the element.

Private Methods

Method Description
NamedElement ( )
NamedElement ( string name, NamedElement parent )

Method Details

ToString() public method

Returns the fully qualified name of the element.
public ToString ( ) : string
return string

Property Details

Name public_oe property

The name of the element.
public string Name
return string

NamespaceSeparator public_oe static_oe property

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

QualifiedName public_oe property

The fully qualitied name of the element.
public string QualifiedName
return string