MemberOfData Class

Base data contract object for returning a MemberOfData through REST API.
Inheritance Hierarchy

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class MemberOfData : BaseDataContract

The MemberOfData type exposes the following members.

Constructors
  NameDescription
Public methodMemberOfData
Initializes a new instance of the MemberOfData class.
Top
Properties
  NameDescription
Public propertyId
Gets or sets the ID of the MemberOfData object.
Public propertyIsExplicit
Gets or sets a value indicating whether the inherited groups should be included.
Public propertyMemberInfo
Gets or sets the MemberInfoData object for the MemberOfData object.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
See Also