Exago .NET API Documentation
DataObjectCollection Class Members
Properties  Methods 

WebReports.Api.Roles Namespace : DataObjectCollection Class

The following tables list the members exposed by DataObjectCollection.

Public Constructors
 NameDescription
Public ConstructorDo not instantiate this class, instead access it via the DataObjects Property of the Role's Security object.  
Top
Public Properties
 NameDescription
Public Property

If True, any Data Object in the system that is not included in the DataObjectCollection will be available in the interface. If False, only the Data Objects in the collection will be available in the interface.

If True and there are no objects in the collection, then there is no restriction on data objects in the user interface. If False with no objects in the collection, no objects will be available and the Data Pane will be empty.

 
Top
Public Methods
 NameDescription
Public MethodReturns a DataObject object from the collection designated by the dataObjectName argument.  
Public MethodCreate and return a new DataObject object and add it to the collection. The new DataObject object is created with the default DataObject constructor. The Name Property of the object should be set right away to make it meaningful.  
Top
See Also

Reference

DataObjectCollection Class
WebReports.Api.Roles Namespace