Static Public Member Functions | |
| static ListItem | MapToListItem (NameId MapObject) |
| Maps an account manager object down to a more generic object suitable for serializing as list items to client applications. This is an interim method. This is not meant to replace serialization of the entire object, only to reduce the amount of data being sent. | |
| static object | BinaryObjectClone (object obj) |
| BinaryClone adapted from Edgar Sanchez's example: http://weblogs.asp.net/esanchez/archive/2008/05.aspx. | |
Maps an account manager object down to a more generic object suitable for serializing as list items to client applications. This is an interim method. This is not meant to replace serialization of the entire object, only to reduce the amount of data being sent.
| MapObject |
| static object Core.Tools.AccountManager.Map.MapUtil.BinaryObjectClone | ( | object | obj | ) | [static] |
BinaryClone adapted from Edgar Sanchez's example: http://weblogs.asp.net/esanchez/archive/2008/05.aspx.
| T |
| originalObject |