function __construct()
 {
     self::$propertyTypes = array('ObjectId' => 'propertyId', 'Author' => 'propertyString', 'BaseType' => 'propertyString', 'ObjectTypeId' => 'propertyId', 'CreatedBy' => 'propertyString', 'CreationDate' => 'propertyDateTime', 'LastModifiedBy' => 'propertyString', 'LastModificationDate' => 'propertyDateTime', 'Name' => 'propertyString', 'Uri' => 'propertyUri', 'AllowedChildObjectTypeIds' => 'propertyId', 'CreatedBy' => 'propertyString', 'CreationDate' => 'propertyDateTime', 'ChangeToken' => 'propertyString', 'ParentId' => 'propertyId');
 }