Module auto_sync :: Class AutoSyncSettingsobject
[hide private]
[frames] | no frames]

Class AutoSyncSettingsobject

source code

         object --+        
                  |        
               dict --+    
                      |    
database.basedataobject --+
                          |
                         AutoSyncSettingsobject

Instance Methods [hide private]
new empty dictionary

__init__(self, data=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from database.basedataobject: EnsureBitPimSerial, GetBitPimSerial, __delattr__, __getattr__, __getitem__, __setattr__, __setitem__, update

Inherited from dict: __cmp__, __contains__, __delitem__, __eq__, __ge__, __getattribute__, __gt__, __hash__, __iter__, __le__, __len__, __lt__, __ne__, __new__, __repr__, clear, copy, fromkeys, get, has_key, items, iteritems, iterkeys, itervalues, keys, pop, popitem, setdefault, values

Inherited from object: __reduce__, __reduce_ex__, __str__

Class Variables [hide private]
  _knownproperties = ['caltype', 'calender_id', 'sync_on_connect...
  _knownlistproperties = database.basedataobject._knownlistprope...
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, data=None)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Returns:
new empty dictionary

Overrides: object.__init__
(inherited documentation)

Class Variable Details [hide private]

_knownproperties

Value:
['caltype',
 'calender_id',
 'sync_on_connect',
 'sync_frequency',
 'start_offset',
 'end_offset',
 'no_alarm',
 'rpt_events',
...

_knownlistproperties

Value:
database.basedataobject._knownlistproperties.copy()