Method |
Description |
|
Dispose ( ) : void |
|
|
Equals ( Object sb ) : bool |
|
|
GetHashCode ( ) : int |
|
|
ModelCreator ( ) : System |
|
|
ModelCreator ( ModelCreator orig ) : System |
|
|
ModelCreator ( XMLNode creator ) : System |
|
|
clone ( ) : ModelCreator |
|
|
getEmail ( ) : string |
|
|
getFamilyName ( ) : string |
|
|
getGivenName ( ) : string |
|
|
getOrganisation ( ) : string |
|
|
getOrganization ( ) : string |
|
|
hasBeenModified ( ) : bool |
|
|
hasRequiredAttributes ( ) : bool |
|
|
isSetEmail ( ) : bool |
|
|
isSetFamilyName ( ) : bool |
|
|
isSetGivenName ( ) : bool |
|
|
isSetOrganisation ( ) : bool |
|
|
isSetOrganization ( ) : bool |
|
|
operator ( ) : bool |
|
|
resetModifiedFlags ( ) : void |
|
|
setEmail ( string email ) : int |
|
|
setFamilyName ( string familyName ) : int |
|
|
setGivenName ( string givenName ) : int |
|
|
setOrganisation ( string organization ) : int |
|
|
setOrganization ( string organization ) : int |
|
|
unsetEmail ( ) : int |
|
|
unsetFamilyName ( ) : int |
|
|
unsetGivenName ( ) : int |
|
|
unsetOrganisation ( ) : int |
|
|
unsetOrganization ( ) : int |
|
|