Свойство | Type | Description | |
---|---|---|---|
allProperties | bool | ||
domain | String | ||
literalProperties | String | ||
properties |
Méthode | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
GetObjectData ( |
||
ManagedObjectName ( |
Serialization constructor.
|
|
ManagedObjectName ( String name ) : System |
Creates a ManagedObjectName using a name pattern like "domain:key=value,key2=value2"
|
|
ManagedObjectName ( String domain, |
Creates a ManagedObjectName with specified domain and properties.
|
|
ManagedObjectName ( String domain, String properties ) : System |
Creates a ManagedObjectName with specified domain and properties.
|
|
ToString ( ) : string | ||
this ( String key ) : String |
Méthode | Description | |
---|---|---|
Setup ( String name ) : void |
Parses the full name extracting the domain and properties.
|
|
SetupDomain ( String domain ) : void |
Sets up the domain. Can be empty but can't be null.
|
|
SetupProperties ( |
Validates a properties Hashtable.
|
|
SetupProperties ( String properties ) : void |
Parses and validate a properties list string like "key=value,key2=value2" and so on.
|
public GetObjectData ( |
||
info | ||
context | ||
Résultat | void |
public ManagedObjectName ( |
||
info | ||
context | ||
Résultat | System |
public ManagedObjectName ( String name ) : System | ||
name | String | Complete name |
Résultat | System |
public ManagedObjectName ( String domain, |
||
domain | String | Domain name |
properties | Property list. | |
Résultat | System |
public ManagedObjectName ( String domain, String properties ) : System | ||
domain | String | Domain name |
properties | String | Property list. |
Résultat | System |
protected Setup ( String name ) : void | ||
name | String | Full name. |
Résultat | void |
protected SetupDomain ( String domain ) : void | ||
domain | String | |
Résultat | void |
protected SetupProperties ( |
||
properties | Property list. | |
Résultat | void |
protected SetupProperties ( String properties ) : void | ||
properties | String | Property list. |
Résultat | void |