Click or drag to resize

FindAndUpdateMunicipality Class

[Missing <summary> documentation for "T:Scanjour.Workflow4.ActivityLibrary.FindAndUpdateMunicipality"]

Inheritance Hierarchy
SystemObject
  System.ActivitiesActivity
    System.ActivitiesCodeActivity
      Scanjour.Workflow4.ActivityLibraryFindAndUpdateMunicipality

Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public sealed class FindAndUpdateMunicipality : CodeActivity

The FindAndUpdateMunicipality type exposes the following members.

Constructors
 NameDescription
Public methodFindAndUpdateMunicipalityInitializes a new instance of the FindAndUpdateMunicipality class
Top
Properties
 NameDescription
Public propertyDisplayNameGets or sets an optional friendly name that is used for debugging, validation, exception handling, and tracking.
(Inherited from Activity)
Public propertyIdGets an identifier that is unique in the scope of the workflow definition.
(Inherited from Activity)
Public propertyMunicipalityIdentiferFilter Filter that can identify the municipality Contacts within the name type defined in MunicipalityNameType. Can be used if MunicipalityPropertyName is not a unique key.
Public propertyMunicipalityNameType Gets or sets the municipality name code.
Public propertyMunicipalityPropertyName The property name that contains the Municpality code. The name must be legal property on the Contact that is associated to the file with the Municipality Role
Public propertyMunicipalityRoleGets or sets the municipality role.
Public propertyPartyRoleGets or sets the party role.
Public propertyUpdateAllCases Gets or sets the boolean that controls if it just the current case or all cases that are to be updated.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodStatic memberFixMunicipalityPartFixes the municipality part.
Public methodStatic memberGetFilesQueryGets the files query.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodStatic memberGetMunicipalityDictionary 
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodShouldSerializeDisplayNameIndicates whether the DisplayName property should be serialized.
(Inherited from Activity)
Public methodToStringReturns a String that contains the Id and DisplayName of the Activity.
(Inherited from Activity)
Public methodStatic memberUpdateFilesWithWrongMunicipalityCode Updates files with wrong municipality code.
Top
Extension Methods
See Also