[NetForumBusinessObjectAttribute("Individual")]
[ObsoleteAttribute("Ignition's user management model is being simplified. Use Individual or other implementation of ICustomer instead. (5.4)")]
public class User : NetForumEntity, ICustomer, ICustomerIdentity<NetForumBusinessObjectAttribute("Individual")>
<ObsoleteAttribute("Ignition's user management model is being simplified. Use Individual or other implementation of ICustomer instead. (5.4)")>
Public Class User
Inherits NetForumEntity
Implements ICustomer, ICustomerIdentity[NetForumBusinessObjectAttribute(L"Individual")]
[ObsoleteAttribute(L"Ignition's user management model is being simplified. Use Individual or other implementation of ICustomer instead. (5.4)")]
public ref class User : public NetForumEntity,
ICustomer, ICustomerIdentity[<NetForumBusinessObjectAttribute("Individual")>]
[<ObsoleteAttribute("Ignition's user management model is being simplified. Use Individual or other implementation of ICustomer instead. (5.4)")>]
type User =
class
inherit NetForumEntity
interface ICustomer
interface ICustomerIdentity
end| User | Initializes a new instance of the User class |
| CustomerType | |
| EmailAddress | |
| FirstName | |
| Id |
Primary key of the NetFORUM entity.
(Inherited from NetForumEntity) |
| IsMember | |
| LastName | |
| Name | |
| RecordNumber | |
| RecordNumberId | |
| RevisionInformation | (Inherited from NetForumEntity) |
| SortName | |
| WebLogin |
| CastToCustomEntityTEntity |
Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity) |