Click or drag to resize

DataObjectLoadOptionsAssignDisplayOptionsFromView Method

Assigns particular load options from a view. It is used in placed where DataObjects are loaded based on a view for display to the user. The method is not merged with AssignFromView since DataObjects sometimes are loaded based on a view without the need for all the normal view attributes.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public void AssignDisplayOptionsFromView(
	DataObjectView view
)

Parameters

view
Type: Omada.OE.ModelDataObjectView
See Also