Class MembershipSearch.RoleMembership
- Namespace
- InSite.Persistence
- Assembly
- InSite.Persistence.dll
public class MembershipSearch.RoleMembership
- Inheritance
-
MembershipSearch.RoleMembership
- Inherited Members
-
Constructors
RoleMembership()
Properties
GroupIdentifier
public Guid GroupIdentifier { get; set; }
Property Value
- Guid
GroupName
public string GroupName { get; set; }
Property Value
- string
GroupType
public string GroupType { get; set; }
Property Value
- string
IsActive
public bool IsActive { get; set; }
Property Value
- bool
OrganizationCode
public string OrganizationCode { get; set; }
Property Value
- string
OrganizationIdentifier
public Guid OrganizationIdentifier { get; set; }
Property Value
- Guid
OrganizationName
public string OrganizationName { get; set; }
Property Value
- string
UserFullName
public string UserFullName { get; set; }
Property Value
- string
UserIdentifier
public Guid UserIdentifier { get; set; }
Property Value
- Guid