Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class SoPrincipalCarrier
public SoPrincipalCarrier()
public virtual string Associate { get; set; }
public virtual int AssociateId { get; set; }
public virtual int BusinessId { get; set; }
public virtual int CategoryId { get; set; }
public virtual int ContactId { get; set; }
public virtual int ContactOwner { get; set; }
public virtual int CountryId { get; set; }
public virtual string DatabaseContextIdentifier { get; set; }
public virtual string EMailAddress { get; set; }
public virtual int EjAccessLevel { get; set; }
public virtual int EjUserId { get; set; }
[JsonIgnore] public EjUserStatus? EjUserStatus { get; set; }
[JsonProperty("EjUserStatus")] public string EjUserStatus_String { get; set; }
public virtual string FullName { get; set; }
public virtual string[] FunctionRights { get; set; }
public virtual int GroupId { get; set; }
public virtual int HomeCountryId { get; set; }
public virtual bool IsPerson { get; set; }
public virtual GrantedModuleLicense[] Licenses { get; set; }
public virtual int PersonId { get; set; }
public virtual ProvidedCredential[] ProvidedCredentials { get; set; }
public virtual string RoleDescription { get; set; }
public virtual int RoleId { get; set; }
public virtual string RoleName { get; set; }
[JsonIgnore] public RoleType? RoleType { get; set; }
[JsonProperty("RoleType")] public string RoleType_String { get; set; }
public virtual int[] SecondaryGroups { get; set; }
[JsonIgnore] public UserType? UserType { get; set; }
[JsonProperty("UserType")] public string UserType_String { get; set; }
Was this page helpful?