Click or drag to resize

DataObjectInViewMatrixValidateObjectsAreInReferencePropertyView Method (String, 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
Syntax
C#
public void ValidateObjectsAreInReferencePropertyView(
	string propertySystemName,
	IEnumerable<int> dataObjectIds
)

Parameters

propertySystemName
Type: SystemString
System name of 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 if not (without multi lingual support)
See Also