Click or drag to resize
RoomEntityJson Class
A workspace
Inheritance Hierarchy

Namespace:  BlackBerry.Workspaces.Json
Assembly:  BlackBerryWorkspacesSDK (in BlackBerryWorkspacesSDK.dll) Version: 7.0.0.223 (7.0.0.223)
Syntax
C#
public class RoomEntityJson : BaseJson

The RoomEntityJson type exposes the following members.

Constructors
  NameDescription
Public methodRoomEntityJson
Initializes a new instance of the RoomEntityJson class
Top
Properties
  NameDescription
Public propertyAddress Obsolete.
Obselete field.
Public propertyDescription
Description
Public propertyEntityType
Entity type. Types are GROUP, USER, DOMAIN, EVERYONE
Public propertyExpirationDate
Entity expiration date
Public propertyExpirationDays
Number of days to entity expiration
Public propertyId
Id
Public propertyIdentifier
Entity identifier
Public propertyIsDefaultEntity
Flag indicating the entity is the original (not protected).
Public propertyManagers
List of entity managers
Public propertyMembers
List of entity members
Public propertyName
Entity name
Public propertyObjType
The type of the Json object.
(Inherited from BaseJson.)
Public propertyPermissionCopyPaste
Flag indicating copying is permitted
Public propertyPermissionDownload Obsolete.
Flag indicating file download is permitted.
Public propertyPermissionDownloadOriginal
Flag indicating original (unprotected) file download is permitted
Public propertyPermissionDownloadProtected
Flag indicating protected file download is permitted
Public propertyPermissionDownloadType Obsolete.
Public propertyPermissionEdit
Flag indicating editing is permitted
Public propertyPermissionPrint
Flag indicating printing is permitted
Public propertyPermissionProgrammaticAccess
Flag indicating programmatic access is permitted
Public propertyPermissionSpotlight
Flag indicating spotlighting is permitted
Public propertyPermissionWatermark
Flag indicating watermark is permitted
Public propertyRole
Role
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Converts the object into a JSON string.
(Inherited from BaseJson.)
Top
See Also