Click or drag to resize
Category Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Class that defines a particular category or sub category in DataPA Enterprise.
Inheritance Hierarchy
SystemObject
  DataPAServerSecurityCategory

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class Category : _Category, ISerializable

The Category type exposes the following members.

Constructors
  NameDescription
Public methodCategory
Creates and returns a new Category object.
Public methodCategory(Boolean)
Creates and returns a new Category object.
Public methodCategory(String)
Creates and returns a new Category object.
Public methodCategory(CategoriesCollection)
Creates and returns a new Category object.
Public methodCategory(String, Boolean)
Creates and returns a new Category object.
Public methodCategory(CategoriesCollection, Boolean)
Creates and returns a new Category object.
Public methodCategory(CategoriesCollection, String)
Creates and returns a new Category object.
Public methodCategory(CategoriesCollection, String, Boolean)
Creates and returns a new Category object.
Top
Methods
  NameDescription
Public methodGetObjectData
Top
Fields
Properties
  NameDescription
Public propertyDefaultCategory
Gets and sets a value that indicates if this category is the default category to which all users have access.
Public propertyGUID
Gets and sets a GUID that uniquely identifies this object.
Public propertyID
Gets a value that indicates the Unique ID of this object.
Public propertyName
Gets and sets the name of this Category.
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertyParent
Gets and sets the CategoriesCollection object that is the parent of this object.
Public propertySubCategories
Gets and sets the SubCategrories collection for this object.
Public propertySubCategory
Gets and sets a value that indicates if this category is a sub categroy.
Top
Remarks