FindAndUpdateMunicipality Class

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

Definition

Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public sealed class FindAndUpdateMunicipality : CodeActivity
Inheritance
Object    Activity    CodeActivity    FindAndUpdateMunicipality

Constructors

FindAndUpdateMunicipalityInitializes a new instance of the FindAndUpdateMunicipality class

Properties

DisplayNameGets or sets an optional friendly name that is used for debugging, validation, exception handling, and tracking.
(Inherited from Activity)
IdGets an identifier that is unique in the scope of the workflow definition.
(Inherited from Activity)
MunicipalityIdentiferFilter Filter that can identify the municipality Contacts within the name type defined in MunicipalityNameType. Can be used if MunicipalityPropertyName is not a unique key.
MunicipalityNameType Gets or sets the municipality name code.
MunicipalityPropertyName 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
MunicipalityRoleGets or sets the municipality role.
PartyRoleGets or sets the party role.
UpdateAllCases Gets or sets the boolean that controls if it just the current case or all cases that are to be updated.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FixMunicipalityPartFixes the municipality part.
GetFilesQueryGets the files query.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetMunicipalityDictionary 
GetTypeGets the Type of the current instance.
(Inherited from Object)
ShouldSerializeDisplayNameIndicates whether the DisplayName property should be serialized.
(Inherited from Activity)
ToStringReturns a String that contains the Id and DisplayName of the Activity.
(Inherited from Activity)
UpdateFilesWithWrongMunicipalityCode Updates files with wrong municipality code.

Extension Methods

See Also