Exago .NET API Documentation
DataObjectRowCollection Class Members
Properties  Methods 

WebReports.Api.Roles Namespace : DataObjectRowCollection Class

The following tables list the members exposed by DataObjectRowCollection.

Public Constructors
 NameDescription
Public ConstructorDo not instantiate this class, instead access it via the DataObjectRows Property of the Role's Security object.  
Top
Public Methods
 NameDescription
Public MethodRetrieve a DataObjectRow object from the collection, if one exists, with the provided objectName. To retrieve a DataObjectRow by its Data Object's ID, use the GetDataObjectRowByEntityId Method instead.  
Public MethodRetrieve a DataObjectRow object from the collection, if one exists, with the provided entityId.  
Public MethodRetrieve the filter string of the DataObjectRow in the collection whose DbName Property is provided in the objectName argument.  
Public MethodCreate a new DataObjectRow object with the default constructor and add it to the DataObjectRowCollection. The ObjectName and FilterString properties of the new DataObjectRow object should be set immediately to make the object meaningful.  
Top
See Also

Reference

DataObjectRowCollection Class
WebReports.Api.Roles Namespace