Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Override to check equality for this type.
|
|
GetHashCode ( ) : int |
Override to get better hashcode.
|
|
ToString ( ) : string |
Override to return guid.
|
Method | Description | |
---|---|---|
DomainObjectDTO ( string guid, string classname, byte xml ) : System |
Constructor
|
|
DomainObjectDTO ( string guid, string classname, string xml ) : System |