[Missing <summary> documentation for "T:Scanjour.Workflow4.ActivityLibrary.FindAndUpdateMunicipality"]
public sealed class FindAndUpdateMunicipality : CodeActivity
Public NotInheritable Class FindAndUpdateMunicipality
Inherits CodeActivity
public ref class FindAndUpdateMunicipality sealed : public CodeActivity
[<SealedAttribute>]
type FindAndUpdateMunicipality =
class
inherit CodeActivity
end
FindAndUpdateMunicipality | Initializes a new instance of the FindAndUpdateMunicipality class |
DisplayName | Gets or sets an optional friendly name that is used for debugging, validation, exception handling, and tracking. (Inherited from Activity) |
Id | Gets 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 |
MunicipalityRole | Gets or sets the municipality role. |
PartyRole | Gets 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. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
FixMunicipalityPart | Fixes the municipality part. |
GetFilesQuery | Gets the files query. |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetMunicipalityDictionary | |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ShouldSerializeDisplayName | Indicates whether the DisplayName property should be serialized. (Inherited from Activity) |
ToString | Returns a String that contains the Id and DisplayName of the Activity. (Inherited from Activity) |
UpdateFilesWithWrongMunicipalityCode | Updates files with wrong municipality code. |
FormatFromDictionary | (Defined by DictionaryExtensions) |
GetFirstValue | (Defined by DictionaryExtensions) |