Click or drag to resize

ContextMembership Properties

The ContextMembership type exposes the following members.

Properties
  NameDescription
Public propertyContextCreatedById
Public propertyContextCreateTime
Public propertyContextDeleted
Is the context deleted? Is true if the CONTEXTSTATUS property has value "Deleted (accepted)".
Public propertyContextDispName
Display name of the context.
Public propertyContextId
Id of the context (orgunit, costcenter etc.) that the membership is for.
Public propertyContextObjectTypeId
Id of the context data object's data object type.
Public propertyContextObjectTypeName
System name of the context data object's data object type.
Public propertyContextTypeUId
UId of the context data object's data object type.
Public propertyContextUId
UId of the context (orgunit, costcenter etc.) that the membership is for.
Public propertyIdentityId
Id of the identity that has the membership.
Public propertyPrimaryMembership
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.
Public propertyValidFrom
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.
Public propertyValidTo
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.
Top
See Also