Click or drag to resize

SynchronizationConfigurationFeature Class

Synchronization configuration feature
Inheritance Hierarchy
SystemObject
  SanteDB.Client.Disconnected.ConfigurationSynchronizationConfigurationFeature

Namespace: SanteDB.Client.Disconnected.Configuration
Assembly: SanteDB.Client.Disconnected (in SanteDB.Client.Disconnected.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public class SynchronizationConfigurationFeature : IClientConfigurationFeature

The SynchronizationConfigurationFeature type exposes the following members.

Constructors
 NameDescription
Public methodSynchronizationConfigurationFeature DI ctor
Top
Properties
 NameDescription
Public propertyConfiguration Gets the configuration object
Public propertyName Gets the name of the feature
Public propertyOrder Get the preferred order for the configuration
Public propertyReadPolicy Get the policy a user must have to read this configuration
Public propertyWritePolicy Get the policy a user must have to write this configuration
Top
Methods
 NameDescription
Public methodConfigure Configure this feature with the specified featureConfiguration
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldStatic memberBIG_BUNDLES_SETTING The setting which controls whether big bundles should be requested from the server
Public fieldStatic memberENABLED_SUBSCRIPTIONS_SETTING The setting which controls the subscriptions enabled
Public fieldStatic memberFORBID_SYNC_SETTING The setting which controls which resources are forbidden or to be ignored for synchronization
Public fieldStatic memberMODE_SETTING The syncrhonization mode setting
Public fieldStatic memberOVERWRITE_SERVER_SETTING The setting which controls whether the client overwrites the server
Public fieldStatic memberPOLL_SETTING The polling interval setting
Public fieldStatic memberSUBSCRIBED_OBJECT_TYPE_SETTING The setting which controls the types of objects to subscribe to
Public fieldStatic memberSUBSCRIBED_OBJECTS_SETTING The setting which controls the instances of objects to subscribe to
Public fieldStatic memberUSE_PATCHES_SETTING The setting which controls whether patches or full resources are sent to the server
Top
Extension Methods
 NameDescription
Public Extension MethodConvertTReturn The purpose of this method is to convert object me to TReturn. Why? Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast so we have to copy.
(Defined by ExtensionMethods)
Public Extension MethodWithControl With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions)
Top
See Also