Property | Type | Description | |
---|---|---|---|
allProperties | bool | ||
internalService | String | ||
internalliteralProperties | String | ||
internalproperties |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
ComponentName ( |
Serialization constructor.
|
|
ComponentName ( String name ) : System |
Creates a ComponentName using a name pattern like "service:key=value,key2=value2"
|
|
ComponentName ( String service, String properties ) : System |
Creates a ComponentName with specified service and properties.
|
|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
GetObjectData ( |
||
ToString ( ) : string | ||
this ( String key ) : String |
Method | Description | |
---|---|---|
Setup ( String name ) : void |
Parses the full name extracting the service and properties.
|
|
SetupProperties ( IDictionary properties ) : void |
Validates a properties Hashtable.
|
|
SetupProperties ( String properties ) : void |
Parses and validate a properties list string like "key=value,key2=value2" and so on.
|
|
SetupService ( String service ) : void |
Sets up the service. Can be empty but can't be null.
|
public ComponentName ( |
||
info | ||
context | ||
return | System |
public ComponentName ( String name ) : System | ||
name | String | Complete name |
return | System |
public ComponentName ( String service, String properties ) : System | ||
service | String | Service name |
properties | String | Property list. |
return | System |
public GetObjectData ( |
||
info | ||
context | ||
return | void |
protected SetupProperties ( IDictionary properties ) : void | ||
properties | IDictionary | Property list. |
return | void |
protected SetupProperties ( String properties ) : void | ||
properties | String | Property list. |
return | void |
protected SetupService ( String service ) : void | ||
service | String | |
return | void |
protected String internalliteralProperties | ||
return | String |