Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetOptionsOrNull ( ) : Contracts.Options | ||
SetOptions ( CalDavSynchronizer options ) : void | ||
Validate ( StringBuilder errorMessageBuilder ) : bool |
Method | Description | |
---|---|---|
CreateSections ( ) : IEnumerable |
||
CreateSubOptions ( ) : IEnumerable |
||
OptionsViewModelBase ( IOptionsViewModelParent parent ) : System | ||
SetOptionsOverride ( CalDavSynchronizer options ) : void |
protected abstract CreateSections ( ) : IEnumerable |
||
return | IEnumerable |
protected abstract CreateSubOptions ( ) : IEnumerable |
||
return | IEnumerable |
public GetOptionsOrNull ( ) : Contracts.Options | ||
return | Contracts.Options |
protected OptionsViewModelBase ( IOptionsViewModelParent parent ) : System | ||
parent | IOptionsViewModelParent | |
return | System |
public SetOptions ( CalDavSynchronizer options ) : void | ||
options | CalDavSynchronizer | |
return | void |
protected SetOptionsOverride ( CalDavSynchronizer options ) : void | ||
options | CalDavSynchronizer | |
return | void |
public Validate ( StringBuilder errorMessageBuilder ) : bool | ||
errorMessageBuilder | StringBuilder | |
return | bool |