ValidationResultForUpgrade Class

Class interface for handling validation errors. Either by throwing an error or fixing the error.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public class ValidationResultForUpgrade : ValidationResultBase
Inheritance
Object    ValidationResultBase    ValidationResultForUpgrade

Constructors

Properties

CurrentPath
(Inherited from ValidationResultBase)
MetadataElements Container for the metadata elements that should be present in the vault after the upgrade. Contains (1) item type, (2) alias and (3) the configuration id that asked the alias.
ValidationScopeStack
(Inherited from ValidationResultBase)

Methods

ClassFound Report found class.
(Inherited from ValidationResultBase)
ClassGroupFound Report found class group.
(Inherited from ValidationResultBase)
ClassGroupMissing Report missing class group.
(Inherited from ValidationResultBase)
ClassMissing Report missing class.
(Inherited from ValidationResultBase)
ClassWrongObjType Report missing class.
(Inherited from ValidationResultBase)
EmptyValue(IConfiguration, MFMetadataStructureItem, MFIdentifier, Boolean, Boolean, String) Empty value error.
(Inherited from ValidationResultBase)
EmptyValue(IConfiguration, MFMetadataStructureItem, MFIdentifier, MFIdentifier, Boolean, Boolean, String) Empty value error.
(Inherited from ValidationResultBase)
EnterScope
(Inherited from ValidationResultBase)
ExitScope
(Inherited from ValidationResultBase)
FailedItemAction Perform the error action with single metadata element.
(Inherited from ValidationResultBase)
FoundItemAction Perform the action with single found metadata element.
(Overrides ValidationResultBaseFoundItemAction(IConfiguration, MFIdentifier, MFMetadataStructureItem, Boolean, Boolean))
MarkObjectRef Indicates an object reference in the configuration file.
(Overrides ValidationResultBaseMarkObjectRef(IConfiguration, MFIdentifier))
MissingItemAction Perform the error action with single metadata element.
(Overrides ValidationResultBaseMissingItemAction(IConfiguration, MFIdentifier, MFMetadataStructureItem, Boolean, Boolean))
MissingValue Missing or empty value error, not specifically to reference value.
(Inherited from ValidationResultBase)
NamedACLFound Report found NACL.
(Inherited from ValidationResultBase)
NamedACLMissing Report missing NACL.
(Inherited from ValidationResultBase)
ObjTypeFound Report found object type.
(Inherited from ValidationResultBase)
ObjTypeMissing Report missing object type.
(Inherited from ValidationResultBase)
PropertyAssociationFailure Report wrongness in property definition association to class.
(Inherited from ValidationResultBase)
PropertyAssociationNotFound Report wrongness in property definition association to class.
(Inherited from ValidationResultBase)
PropertyDefFound Report found property definition.
(Inherited from ValidationResultBase)
PropertyDefMissing Report missing property definition.
(Inherited from ValidationResultBase)
PropertyDefWrongObjType Report property definition that cannot be used with requested object type.
(Inherited from ValidationResultBase)
PropertyDefWrongType Report property definition that has wrong datatype.
(Inherited from ValidationResultBase)
PropertyDefWrongValueList Report property definition that has wrong valuelist.
(Inherited from ValidationResultBase)
ReportCustomFailure(IConfiguration, MFMetadataStructureItem, MFIdentifier, String, NullableBoolean) Report custom validation failure.
(Inherited from ValidationResultBase)
ReportCustomFailure(IConfiguration, String, MFIdentifier, String, NullableBoolean) Report custom validation failure.
(Inherited from ValidationResultBase)
ReportError Reports the error.
(Inherited from ValidationResultBase)
ReportException
(Inherited from ValidationResultBase)
StateFound Report found state.
(Inherited from ValidationResultBase)
StateMissing Report missing state.
(Inherited from ValidationResultBase)
StateNotIn Report misplaced state.
(Inherited from ValidationResultBase)
StateTransitionFound Report found transition.
(Inherited from ValidationResultBase)
StateTransitionMissing Report missing transition.
(Inherited from ValidationResultBase)
StateTransitionNotCorrect Report incorrect state transition from and to details.
(Inherited from ValidationResultBase)
StateTransitionNotIn Report misplaced state transition.
(Inherited from ValidationResultBase)
UserGroupFound Report found user group.
(Inherited from ValidationResultBase)
UserGroupMissing Report missing user group.
(Inherited from ValidationResultBase)
ValueListFound Report found value list.
(Inherited from ValidationResultBase)
ValueListItemFound Report found value list item.
(Inherited from ValidationResultBase)
ValueListItemMissing Report missing value list item.
(Inherited from ValidationResultBase)
ValueListItemNeedList Report that we cant find value list item without a list
(Inherited from ValidationResultBase)
ValueListItemNotIn Report misplaced value list item.
(Inherited from ValidationResultBase)
ValueListMissing Report missing value list.
(Inherited from ValidationResultBase)
ViewFound Report found view.
(Inherited from ValidationResultBase)
ViewMissing Report missing view.
(Inherited from ValidationResultBase)
WorkflowFound Report found workflow.
(Inherited from ValidationResultBase)
WorkflowMissing Report missing workflow.
(Inherited from ValidationResultBase)

See Also