C# Class Droog.Calculon.ActorRef

Exibir arquivo Open project: sdether/Calculon Class Usage Examples

Public Properties

Property Type Description
IsRelative bool
Path string[]
Scheme string

Public Methods

Method Description
AsChildOf ( ActorRef parent ) : ActorRef
At ( string name ) : ActorRef
Parse ( string address ) : ActorRef
RelativeTo ( ActorRef parent ) : ActorRef
ToString ( ) : string

Private Methods

Method Description
ActorRef ( string path, bool isRelative = false, string scheme = "calculon" ) : System

Method Details

AsChildOf() public method

public AsChildOf ( ActorRef parent ) : ActorRef
parent ActorRef
return ActorRef

At() public method

public At ( string name ) : ActorRef
name string
return ActorRef

Parse() public static method

public static Parse ( string address ) : ActorRef
address string
return ActorRef

RelativeTo() public method

public RelativeTo ( ActorRef parent ) : ActorRef
parent ActorRef
return ActorRef

ToString() public method

public ToString ( ) : string
return string

Property Details

IsRelative public_oe property

public bool IsRelative
return bool

Path public_oe property

public string[] Path
return string[]

Scheme public_oe property

public string Scheme
return string