ValidationResultBase Class

Base class for validation and upgrade-related activity. Receives the notifications from vault metadata element existence.

Definition

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

Constructors

Properties

Methods

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

See Also