ContextMembership Class |
Namespace: Omada.OE.AppLogic
public class ContextMembership
The ContextMembership type exposes the following members.
Name | Description | |
---|---|---|
![]() | ContextMembership(Int32, Int32) | |
![]() | ContextMembership(Int32, Int32, DateTime, DateTime) |
Name | Description | |
---|---|---|
![]() | ContextCreatedById | |
![]() | ContextCreateTime | |
![]() | ContextDeleted |
Is the context deleted? Is true if the CONTEXTSTATUS property has value "Deleted (accepted)".
|
![]() | ContextDispName |
Display name of the context.
|
![]() | ContextId |
Id of the context (orgunit, costcenter etc.) that the membership is for.
|
![]() | ContextObjectTypeId |
Id of the context data object's data object type.
|
![]() | ContextObjectTypeName |
System name of the context data object's data object type.
|
![]() | ContextTypeUId |
UId of the context data object's data object type.
|
![]() | ContextUId |
UId of the context (orgunit, costcenter etc.) that the membership is for.
|
![]() | IdentityId |
Id of the identity that has the membership.
|
![]() | PrimaryMembership |
Is the membership a primary context membership for the identity?
An identity can have multiple primary memberships but he *must* have at least one primary membership or he will not be allowed (by RoPE) to have any access rights at all.
|
![]() | ValidFrom |
The maximim of the ValidFrom (if any) of the ContextAssignment data object (if any) and the ValidFrom (if any) of the context data object.
If membership is due to the identity being in the "membership" property of the context then ValidFrom is always MinValue.
|
![]() | ValidTo |
The minimum of the ValidTo (if any) of the ContextAssignment data object (if any) and the ValidTo (if any) of the context data object.
If membership is due to the identity being in the "membership" property of the context then ValidFrom is always MaxValue.
|
Name | Description | |
---|---|---|
![]() | ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) |
![]() | ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) |
![]() | ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |