fsresUserPermissions Class

The permissions that the user has been granted.
Inheritance Hierarchy
SystemObject
  FabSuiteResponseApifsresUserPermissions

Namespace:  FabSuiteResponseApi
Assembly:  FabSuiteResponseApi (in FabSuiteResponseApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
[XmlTypeAttribute(Namespace = "http://www.fabsuite.com/xml/fabsuite-xml-response-v0108.xsd")]
public class fsresUserPermissions

The fsresUserPermissions type exposes the following members.

Constructors
  NameDescription
Public methodfsresUserPermissions
fsresUserPermissions class constructor
Top
Properties
  NameDescription
Public propertyUnused
This element is not intended to actually be used. It's sole purpose is to work around a problem with MS Visual Studio's xsd tool that generates c# classes from an xsd schema. With this tool if an element consists solely of a single element that may occur 1-many times then that parent element is ignored and the classes are generated with a multi-dimensional array of the inner element. In this case, where fsresUserPermissions is used it would appear in the classes instead as being a multi-dimensional array of fsresUserPermission. Adding a second element, titled Unused here, avoids this issue.
Public propertyUserPermission
Top
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next