| DataObjectInViewMatrixValidateObjectsAreInReferencePropertyView Method (ReferenceProperty, IEnumerableInt32) |
This validation method does use the members of the class, it is self contained.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic void ValidateObjectsAreInReferencePropertyView(
ReferenceProperty property,
IEnumerable<int> dataObjectIds
)
Parameters
- property
- Type: Omada.OE.ModelReferenceProperty
Reference property - dataObjectIds
- Type: System.Collections.GenericIEnumerableInt32
Ids which must be contained within the view filter for the end user
Return Value
Type:
Throws a security exception dataObjectIds not within view filter (without multi lingual support)
See Also