Skip to main content

SystemUser

  • Namespace: PPDS.Dataverse.Generated
  • Assembly: PPDS.Dataverse
  • Kind: Class
  • Base: Entity
  • Implements: INotifyPropertyChanged, INotifyPropertyChanging, IExtensibleDataObject

Summary

Person with access to the Microsoft CRM system and who owns objects in the Microsoft CRM database.

Members

Constructors

SystemUser()

SystemUser()

Default Constructor.

Properties

AccessMode

Nullable<systemuser_accessmode> AccessMode { get; set; }

Type of user.

Address1_AddressId

Nullable<Guid> Address1_AddressId { get; set; }

Unique identifier for address 1.

Address1_AddressTypeCode

Nullable<systemuser_address1_addresstypecode> Address1_AddressTypeCode { get; set; }

Type of address for address 1, such as billing, shipping, or primary address.

Address1_City

string Address1_City { get; set; }

City name for address 1.

Address1_Composite

string Address1_Composite { get; }

Shows the complete primary address.

Address1_Country

string Address1_Country { get; set; }

Country/region name in address 1.

Address1_County

string Address1_County { get; set; }

County name for address 1.

Address1_Fax

string Address1_Fax { get; set; }

Fax number for address 1.

Address1_Latitude

Nullable<double> Address1_Latitude { get; set; }

Latitude for address 1.

Address1_Line1

string Address1_Line1 { get; set; }

First line for entering address 1 information.

Address1_Line2

string Address1_Line2 { get; set; }

Second line for entering address 1 information.

Address1_Line3

string Address1_Line3 { get; set; }

Third line for entering address 1 information.

Address1_Longitude

Nullable<double> Address1_Longitude { get; set; }

Longitude for address 1.

Address1_Name

string Address1_Name { get; set; }

Name to enter for address 1.

Address1_PostOfficeBox

string Address1_PostOfficeBox { get; set; }

Post office box number for address 1.

Address1_PostalCode

string Address1_PostalCode { get; set; }

ZIP Code or postal code for address 1.

Address1_ShippingMethodCode

Nullable<systemuser_address1_shippingmethodcode> Address1_ShippingMethodCode { get; set; }

Method of shipment for address 1.

Address1_StateOrProvince

string Address1_StateOrProvince { get; set; }

State or province for address 1.

Address1_Telephone1

string Address1_Telephone1 { get; set; }

First telephone number associated with address 1.

Address1_Telephone2

string Address1_Telephone2 { get; set; }

Second telephone number associated with address 1.

Address1_Telephone3

string Address1_Telephone3 { get; set; }

Third telephone number associated with address 1.

Address1_UPSZone

string Address1_UPSZone { get; set; }

United Parcel Service (UPS) zone for address 1.

Address1_UTCOffset

Nullable<int> Address1_UTCOffset { get; set; }

UTC offset for address 1. This is the difference between local time and standard Coordinated Universal Time.

Address2_AddressId

Nullable<Guid> Address2_AddressId { get; set; }

Unique identifier for address 2.

Address2_AddressTypeCode

Nullable<systemuser_address2_addresstypecode> Address2_AddressTypeCode { get; set; }

Type of address for address 2, such as billing, shipping, or primary address.

Address2_City

string Address2_City { get; set; }

City name for address 2.

Address2_Composite

string Address2_Composite { get; }

Shows the complete secondary address.

Address2_Country

string Address2_Country { get; set; }

Country/region name in address 2.

Address2_County

string Address2_County { get; set; }

County name for address 2.

Address2_Fax

string Address2_Fax { get; set; }

Fax number for address 2.

Address2_Latitude

Nullable<double> Address2_Latitude { get; set; }

Latitude for address 2.

Address2_Line1

string Address2_Line1 { get; set; }

First line for entering address 2 information.

Address2_Line2

string Address2_Line2 { get; set; }

Second line for entering address 2 information.

Address2_Line3

string Address2_Line3 { get; set; }

Third line for entering address 2 information.

Address2_Longitude

Nullable<double> Address2_Longitude { get; set; }

Longitude for address 2.

Address2_Name

string Address2_Name { get; set; }

Name to enter for address 2.

Address2_PostOfficeBox

string Address2_PostOfficeBox { get; set; }

Post office box number for address 2.

Address2_PostalCode

string Address2_PostalCode { get; set; }

ZIP Code or postal code for address 2.

Address2_ShippingMethodCode

Nullable<systemuser_address2_shippingmethodcode> Address2_ShippingMethodCode { get; set; }

Method of shipment for address 2.

Address2_StateOrProvince

string Address2_StateOrProvince { get; set; }

State or province for address 2.

Address2_Telephone1

string Address2_Telephone1 { get; set; }

First telephone number associated with address 2.

Address2_Telephone2

string Address2_Telephone2 { get; set; }

Second telephone number associated with address 2.

Address2_Telephone3

string Address2_Telephone3 { get; set; }

Third telephone number associated with address 2.

Address2_UPSZone

string Address2_UPSZone { get; set; }

United Parcel Service (UPS) zone for address 2.

Address2_UTCOffset

Nullable<int> Address2_UTCOffset { get; set; }

UTC offset for address 2. This is the difference between local time and standard Coordinated Universal Time.

ApplicationId

Nullable<Guid> ApplicationId { get; set; }

The identifier for the application. This is used to access data in another application.

ApplicationIdUri

string ApplicationIdUri { get; }

The URI used as a unique logical identifier for the external app. This can be used to validate the application.

AzureActiveDirectoryObjectId

Nullable<Guid> AzureActiveDirectoryObjectId { get; }

This is the application directory object Id.

AzureDeletedOn

Nullable<DateTime> AzureDeletedOn { get; }

Date and time when the user was set as soft deleted in Azure.

AzureState

Nullable<systemuser_azurestate> AzureState { get; set; }

Azure state of user

BusinessUnitId

EntityReference BusinessUnitId { get; set; }

Unique identifier of the business unit with which the user is associated.

CALType

Nullable<systemuser_caltype> CALType { get; set; }

License type of user. This is used only in the on-premises version of the product. Online licenses are managed through Microsoft 365 Office Portal

CalendarId

EntityReference CalendarId { get; set; }

Fiscal calendar associated with the user.

CreatedBy

EntityReference CreatedBy { get; }

Unique identifier of the user who created the user.

CreatedOn

Nullable<DateTime> CreatedOn { get; }

Date and time when the user was created.

CreatedOnBehalfBy

EntityReference CreatedOnBehalfBy { get; }

Unique identifier of the delegate user who created the systemuser.

DefaultFiltersPopulated

Nullable<bool> DefaultFiltersPopulated { get; }

Indicates if default outlook filters have been populated.

DefaultMailbox

EntityReference DefaultMailbox { get; }

Select the mailbox associated with this user.

DefaultOdbFolderName

string DefaultOdbFolderName { get; }

Type a default folder name for the user's OneDrive For Business location.

DeletedState

Nullable<systemuser_deletestate> DeletedState { get; }

User delete state

DisabledReason

string DisabledReason { get; }

Reason for disabling the user.

DisplayInServiceViews

Nullable<bool> DisplayInServiceViews { get; set; }

Whether to display the user in service views.

DomainName

string DomainName { get; set; }

Active Directory domain of which the user is a member.

EmailRouterAccessApproval

Nullable<systemuser_emailrouteraccessapproval> EmailRouterAccessApproval { get; set; }

Shows the status of the primary email address.

EmployeeId

string EmployeeId { get; set; }

Employee identifier for the user.

EntityImage

byte[] EntityImage { get; set; }

Shows the default image for the record.

EntityImageId

Nullable<Guid> EntityImageId { get; }

For internal use only.

ExchangeRate

Nullable<decimal> ExchangeRate { get; }

Exchange rate for the currency associated with the systemuser with respect to the base currency.

FirstName

string FirstName { get; set; }

First name of the user.

FullName

string FullName { get; }

Full name of the user.

GovernmentId

string GovernmentId { get; set; }

Government identifier for the user.

HomePhone

string HomePhone { get; set; }

Home phone number for the user.

IdentityId

Nullable<int> IdentityId { get; }

For internal use only.

ImportSequenceNumber

Nullable<int> ImportSequenceNumber { get; set; }

Unique identifier of the data import or data migration that created this record.

IncomingEmailDeliveryMethod

Nullable<systemuser_incomingemaildeliverymethod> IncomingEmailDeliveryMethod { get; set; }

Incoming email delivery method for the user.

InternalEMailAddress

string InternalEMailAddress { get; set; }

Internal email address for the user.

InviteStatusCode

Nullable<systemuser_invitestatuscode> InviteStatusCode { get; set; }

User invitation status.

IsAllowedByIpFirewall

Nullable<bool> IsAllowedByIpFirewall { get; set; }

Bypasses the selected user from IP firewall restriction

IsDisabled

Nullable<bool> IsDisabled { get; set; }

Information about whether the user is enabled.

IsEmailAddressApprovedByO365Admin

Nullable<bool> IsEmailAddressApprovedByO365Admin { get; }

Shows the status of approval of the email address by O365 Admin.

IsIntegrationUser

Nullable<bool> IsIntegrationUser { get; set; }

Check if user is an integration user.

IsLicensed

Nullable<bool> IsLicensed { get; set; }

Information about whether the user is licensed.

IsSyncWithDirectory

Nullable<bool> IsSyncWithDirectory { get; set; }

Information about whether the user is synced with the directory.

JobTitle

string JobTitle { get; set; }

Job title of the user.

LastName

string LastName { get; set; }

Last name of the user.

MiddleName

string MiddleName { get; set; }

Middle name of the user.

MobileAlertEMail

string MobileAlertEMail { get; set; }

Mobile alert email address for the user.

MobileOfflineProfileId

EntityReference MobileOfflineProfileId { get; set; }

Items contained with a particular SystemUser.

MobilePhone

string MobilePhone { get; set; }

Mobile phone number for the user.

ModifiedBy

EntityReference ModifiedBy { get; }

Unique identifier of the user who last modified the user.

ModifiedOn

Nullable<DateTime> ModifiedOn { get; }

Date and time when the user was last modified.

ModifiedOnBehalfBy

EntityReference ModifiedOnBehalfBy { get; }

Unique identifier of the delegate user who last modified the systemuser.

NickName

string NickName { get; set; }

Nickname of the user.

OrganizationId

Nullable<Guid> OrganizationId { get; }

Unique identifier of the organization associated with the user.

OutgoingEmailDeliveryMethod

Nullable<systemuser_outgoingemaildeliverymethod> OutgoingEmailDeliveryMethod { get; set; }

Outgoing email delivery method for the user.

OverriddenCreatedOn

Nullable<DateTime> OverriddenCreatedOn { get; set; }

Date and time that the record was migrated.

ParentSystemUserId

EntityReference ParentSystemUserId { get; set; }

Unique identifier of the manager of the user.

PassportHi

Nullable<int> PassportHi { get; set; }

For internal use only.

PassportLo

Nullable<int> PassportLo { get; set; }

For internal use only.

PersonalEMailAddress

string PersonalEMailAddress { get; set; }

Personal email address of the user.

PhotoUrl

string PhotoUrl { get; set; }

URL for the Website on which a photo of the user is located.

PositionId

EntityReference PositionId { get; set; }

User's position in hierarchical security model.

PreferredAddressCode

Nullable<systemuser_preferredaddresscode> PreferredAddressCode { get; set; }

Preferred address for the user.

PreferredEmailCode

Nullable<systemuser_preferredemailcode> PreferredEmailCode { get; set; }

Preferred email address for the user.

PreferredPhoneCode

Nullable<systemuser_preferredphonecode> PreferredPhoneCode { get; set; }

Preferred phone number for the user.

ProcessId

Nullable<Guid> ProcessId { get; set; }

Shows the ID of the process.

QueueId

EntityReference QueueId { get; set; }

Unique identifier of the default queue for the user.

Referencedlk_systemuser_createdonbehalfby

IEnumerable<SystemUser> Referencedlk_systemuser_createdonbehalfby { get; set; }

1:N lk_systemuser_createdonbehalfby

Referencedlk_systemuser_modifiedonbehalfby

IEnumerable<SystemUser> Referencedlk_systemuser_modifiedonbehalfby { get; set; }

1:N lk_systemuser_modifiedonbehalfby

Referencedlk_systemuserbase_createdby

IEnumerable<SystemUser> Referencedlk_systemuserbase_createdby { get; set; }

1:N lk_systemuserbase_createdby

Referencedlk_systemuserbase_modifiedby

IEnumerable<SystemUser> Referencedlk_systemuserbase_modifiedby { get; set; }

1:N lk_systemuserbase_modifiedby

Referenceduser_parent_user

IEnumerable<SystemUser> Referenceduser_parent_user { get; set; }

1:N user_parent_user

Referencinglk_systemuser_createdonbehalfby

SystemUser Referencinglk_systemuser_createdonbehalfby { get; }

N:1 lk_systemuser_createdonbehalfby

Referencinglk_systemuser_modifiedonbehalfby

SystemUser Referencinglk_systemuser_modifiedonbehalfby { get; }

N:1 lk_systemuser_modifiedonbehalfby

Referencinglk_systemuserbase_createdby

SystemUser Referencinglk_systemuserbase_createdby { get; }

N:1 lk_systemuserbase_createdby

Referencinglk_systemuserbase_modifiedby

SystemUser Referencinglk_systemuserbase_modifiedby { get; }

N:1 lk_systemuserbase_modifiedby

Referencinguser_parent_user

SystemUser Referencinguser_parent_user { get; set; }

N:1 user_parent_user

Salutation

string Salutation { get; set; }

Salutation for correspondence with the user.

SetupUser

Nullable<bool> SetupUser { get; set; }

Check if user is a setup user.

SharePointEmailAddress

string SharePointEmailAddress { get; set; }

SharePoint Work Email Address

Skills

string Skills { get; set; }

Skill set of the user.

StageId

Nullable<Guid> StageId { get; set; }

Shows the ID of the stage.

SystemManagedUserType

Nullable<systemuser_systemmanagedusertype> SystemManagedUserType { get; set; }

The type of user

SystemUserId

Nullable<Guid> SystemUserId { get; set; }

Unique identifier for the user.

SystemUser_AsyncOperations

IEnumerable<AsyncOperation> SystemUser_AsyncOperations { get; set; }

1:N SystemUser_AsyncOperations

TerritoryId

EntityReference TerritoryId { get; set; }

Unique identifier of the territory to which the user is assigned.

TimeZoneRuleVersionNumber

Nullable<int> TimeZoneRuleVersionNumber { get; set; }

For internal use only.

Title

string Title { get; set; }

Title of the user.

TransactionCurrencyId

EntityReference TransactionCurrencyId { get; set; }

Unique identifier of the currency associated with the systemuser.

TraversedPath

string TraversedPath { get; set; }

For internal use only.

UTCConversionTimeZoneCode

Nullable<int> UTCConversionTimeZoneCode { get; set; }

Time zone code that was in use when the record was created.

UserLicenseType

Nullable<int> UserLicenseType { get; set; }

Shows the type of user license.

UserPuid

string UserPuid { get; }

User PUID User Identifiable Information

VersionNumber

Nullable<long> VersionNumber { get; }

Version number of the user.

WindowsLiveID

string WindowsLiveID { get; set; }

Windows Live ID

Workflow_licensee

IEnumerable<Workflow> Workflow_licensee { get; set; }

1:N Workflow_licensee

YammerEmailAddress

string YammerEmailAddress { get; set; }

User's Yammer login email address

YammerUserId

string YammerUserId { get; set; }

User's Yammer ID

YomiFirstName

string YomiFirstName { get; set; }

Pronunciation of the first name of the user, written in phonetic hiragana or katakana characters.

YomiFullName

string YomiFullName { get; }

Pronunciation of the full name of the user, written in phonetic hiragana or katakana characters.

YomiLastName

string YomiLastName { get; set; }

Pronunciation of the last name of the user, written in phonetic hiragana or katakana characters.

YomiMiddleName

string YomiMiddleName { get; set; }

Pronunciation of the middle name of the user, written in phonetic hiragana or katakana characters.

createdby_pluginassembly

IEnumerable<PluginAssembly> createdby_pluginassembly { get; set; }

1:N createdby_pluginassembly

createdby_plugintype

IEnumerable<PluginType> createdby_plugintype { get; set; }

1:N createdby_plugintype

createdby_sdkmessage

IEnumerable<SdkMessage> createdby_sdkmessage { get; set; }

1:N createdby_sdkmessage

createdby_sdkmessagefilter

IEnumerable<SdkMessageFilter> createdby_sdkmessagefilter { get; set; }

1:N createdby_sdkmessagefilter

createdby_sdkmessageprocessingstep

IEnumerable<SdkMessageProcessingStep> createdby_sdkmessageprocessingstep { get; set; }

1:N createdby_sdkmessageprocessingstep

createdby_sdkmessageprocessingstepimage

IEnumerable<SdkMessageProcessingStepImage> createdby_sdkmessageprocessingstepimage { get; set; }

1:N createdby_sdkmessageprocessingstepimage

impersonatinguserid_sdkmessageprocessingstep

IEnumerable<SdkMessageProcessingStep> impersonatinguserid_sdkmessageprocessingstep { get; set; }

1:N impersonatinguserid_sdkmessageprocessingstep

lk_asyncoperation_createdby

IEnumerable<AsyncOperation> lk_asyncoperation_createdby { get; set; }

1:N lk_asyncoperation_createdby

lk_asyncoperation_createdonbehalfby

IEnumerable<AsyncOperation> lk_asyncoperation_createdonbehalfby { get; set; }

1:N lk_asyncoperation_createdonbehalfby

lk_asyncoperation_modifiedby

IEnumerable<AsyncOperation> lk_asyncoperation_modifiedby { get; set; }

1:N lk_asyncoperation_modifiedby

lk_asyncoperation_modifiedonbehalfby

IEnumerable<AsyncOperation> lk_asyncoperation_modifiedonbehalfby { get; set; }

1:N lk_asyncoperation_modifiedonbehalfby

lk_connectionreference_createdby

IEnumerable<ConnectionReference> lk_connectionreference_createdby { get; set; }

1:N lk_connectionreference_createdby

lk_connectionreference_createdonbehalfby

IEnumerable<ConnectionReference> lk_connectionreference_createdonbehalfby { get; set; }

1:N lk_connectionreference_createdonbehalfby

lk_connectionreference_modifiedby

IEnumerable<ConnectionReference> lk_connectionreference_modifiedby { get; set; }

1:N lk_connectionreference_modifiedby

lk_connectionreference_modifiedonbehalfby

IEnumerable<ConnectionReference> lk_connectionreference_modifiedonbehalfby { get; set; }

1:N lk_connectionreference_modifiedonbehalfby

lk_environmentvariabledefinition_createdby

IEnumerable<EnvironmentVariableDefinition> lk_environmentvariabledefinition_createdby { get; set; }

1:N lk_environmentvariabledefinition_createdby

lk_environmentvariabledefinition_createdonbehalfby

IEnumerable<EnvironmentVariableDefinition> lk_environmentvariabledefinition_createdonbehalfby { get; set; }

1:N lk_environmentvariabledefinition_createdonbehalfby

lk_environmentvariabledefinition_modifiedby

IEnumerable<EnvironmentVariableDefinition> lk_environmentvariabledefinition_modifiedby { get; set; }

1:N lk_environmentvariabledefinition_modifiedby

lk_environmentvariabledefinition_modifiedonbehalfby

IEnumerable<EnvironmentVariableDefinition> lk_environmentvariabledefinition_modifiedonbehalfby { get; set; }

1:N lk_environmentvariabledefinition_modifiedonbehalfby

lk_environmentvariablevalue_createdby

IEnumerable<EnvironmentVariableValue> lk_environmentvariablevalue_createdby { get; set; }

1:N lk_environmentvariablevalue_createdby

lk_environmentvariablevalue_createdonbehalfby

IEnumerable<EnvironmentVariableValue> lk_environmentvariablevalue_createdonbehalfby { get; set; }

1:N lk_environmentvariablevalue_createdonbehalfby

lk_environmentvariablevalue_modifiedby

IEnumerable<EnvironmentVariableValue> lk_environmentvariablevalue_modifiedby { get; set; }

1:N lk_environmentvariablevalue_modifiedby

lk_environmentvariablevalue_modifiedonbehalfby

IEnumerable<EnvironmentVariableValue> lk_environmentvariablevalue_modifiedonbehalfby { get; set; }

1:N lk_environmentvariablevalue_modifiedonbehalfby

lk_importjobbase_createdby

IEnumerable<ImportJob> lk_importjobbase_createdby { get; set; }

1:N lk_importjobbase_createdby

lk_importjobbase_createdonbehalfby

IEnumerable<ImportJob> lk_importjobbase_createdonbehalfby { get; set; }

1:N lk_importjobbase_createdonbehalfby

lk_importjobbase_modifiedby

IEnumerable<ImportJob> lk_importjobbase_modifiedby { get; set; }

1:N lk_importjobbase_modifiedby

lk_importjobbase_modifiedonbehalfby

IEnumerable<ImportJob> lk_importjobbase_modifiedonbehalfby { get; set; }

1:N lk_importjobbase_modifiedonbehalfby

lk_pluginassembly_createdonbehalfby

IEnumerable<PluginAssembly> lk_pluginassembly_createdonbehalfby { get; set; }

1:N lk_pluginassembly_createdonbehalfby

lk_pluginassembly_modifiedonbehalfby

IEnumerable<PluginAssembly> lk_pluginassembly_modifiedonbehalfby { get; set; }

1:N lk_pluginassembly_modifiedonbehalfby

lk_pluginpackage_createdby

IEnumerable<PluginPackage> lk_pluginpackage_createdby { get; set; }

1:N lk_pluginpackage_createdby

lk_pluginpackage_createdonbehalfby

IEnumerable<PluginPackage> lk_pluginpackage_createdonbehalfby { get; set; }

1:N lk_pluginpackage_createdonbehalfby

lk_pluginpackage_modifiedby

IEnumerable<PluginPackage> lk_pluginpackage_modifiedby { get; set; }

1:N lk_pluginpackage_modifiedby

lk_pluginpackage_modifiedonbehalfby

IEnumerable<PluginPackage> lk_pluginpackage_modifiedonbehalfby { get; set; }

1:N lk_pluginpackage_modifiedonbehalfby

lk_plugintype_createdonbehalfby

IEnumerable<PluginType> lk_plugintype_createdonbehalfby { get; set; }

1:N lk_plugintype_createdonbehalfby

lk_plugintype_modifiedonbehalfby

IEnumerable<PluginType> lk_plugintype_modifiedonbehalfby { get; set; }

1:N lk_plugintype_modifiedonbehalfby

lk_publisher_createdby

IEnumerable<Publisher> lk_publisher_createdby { get; set; }

1:N lk_publisher_createdby

lk_publisher_modifiedby

IEnumerable<Publisher> lk_publisher_modifiedby { get; set; }

1:N lk_publisher_modifiedby

lk_publisherbase_createdonbehalfby

IEnumerable<Publisher> lk_publisherbase_createdonbehalfby { get; set; }

1:N lk_publisherbase_createdonbehalfby

lk_publisherbase_modifiedonbehalfby

IEnumerable<Publisher> lk_publisherbase_modifiedonbehalfby { get; set; }

1:N lk_publisherbase_modifiedonbehalfby

lk_role_createdonbehalfby

IEnumerable<Role> lk_role_createdonbehalfby { get; set; }

1:N lk_role_createdonbehalfby

lk_role_modifiedonbehalfby

IEnumerable<Role> lk_role_modifiedonbehalfby { get; set; }

1:N lk_role_modifiedonbehalfby

lk_rolebase_createdby

IEnumerable<Role> lk_rolebase_createdby { get; set; }

1:N lk_rolebase_createdby

lk_rolebase_modifiedby

IEnumerable<Role> lk_rolebase_modifiedby { get; set; }

1:N lk_rolebase_modifiedby

lk_sdkmessage_createdonbehalfby

IEnumerable<SdkMessage> lk_sdkmessage_createdonbehalfby { get; set; }

1:N lk_sdkmessage_createdonbehalfby

lk_sdkmessage_modifiedonbehalfby

IEnumerable<SdkMessage> lk_sdkmessage_modifiedonbehalfby { get; set; }

1:N lk_sdkmessage_modifiedonbehalfby

lk_sdkmessagefilter_createdonbehalfby

IEnumerable<SdkMessageFilter> lk_sdkmessagefilter_createdonbehalfby { get; set; }

1:N lk_sdkmessagefilter_createdonbehalfby

lk_sdkmessagefilter_modifiedonbehalfby

IEnumerable<SdkMessageFilter> lk_sdkmessagefilter_modifiedonbehalfby { get; set; }

1:N lk_sdkmessagefilter_modifiedonbehalfby

lk_sdkmessageprocessingstep_createdonbehalfby

IEnumerable<SdkMessageProcessingStep> lk_sdkmessageprocessingstep_createdonbehalfby { get; set; }

1:N lk_sdkmessageprocessingstep_createdonbehalfby

lk_sdkmessageprocessingstep_modifiedonbehalfby

IEnumerable<SdkMessageProcessingStep> lk_sdkmessageprocessingstep_modifiedonbehalfby { get; set; }

1:N lk_sdkmessageprocessingstep_modifiedonbehalfby

lk_sdkmessageprocessingstepimage_createdonbehalfby

IEnumerable<SdkMessageProcessingStepImage> lk_sdkmessageprocessingstepimage_createdonbehalfby { get; set; }

1:N lk_sdkmessageprocessingstepimage_createdonbehalfby

lk_sdkmessageprocessingstepimage_modifiedonbehalfby

IEnumerable<SdkMessageProcessingStepImage> lk_sdkmessageprocessingstepimage_modifiedonbehalfby { get; set; }

1:N lk_sdkmessageprocessingstepimage_modifiedonbehalfby

lk_solution_createdby

IEnumerable<Solution> lk_solution_createdby { get; set; }

1:N lk_solution_createdby

lk_solution_modifiedby

IEnumerable<Solution> lk_solution_modifiedby { get; set; }

1:N lk_solution_modifiedby

lk_solutionbase_createdonbehalfby

IEnumerable<Solution> lk_solutionbase_createdonbehalfby { get; set; }

1:N lk_solutionbase_createdonbehalfby

lk_solutionbase_modifiedonbehalfby

IEnumerable<Solution> lk_solutionbase_modifiedonbehalfby { get; set; }

1:N lk_solutionbase_modifiedonbehalfby

lk_solutioncomponentbase_createdonbehalfby

IEnumerable<SolutionComponent> lk_solutioncomponentbase_createdonbehalfby { get; set; }

1:N lk_solutioncomponentbase_createdonbehalfby

lk_solutioncomponentbase_modifiedonbehalfby

IEnumerable<SolutionComponent> lk_solutioncomponentbase_modifiedonbehalfby { get; set; }

1:N lk_solutioncomponentbase_modifiedonbehalfby

modifiedby_pluginassembly

IEnumerable<PluginAssembly> modifiedby_pluginassembly { get; set; }

1:N modifiedby_pluginassembly

modifiedby_plugintype

IEnumerable<PluginType> modifiedby_plugintype { get; set; }

1:N modifiedby_plugintype

modifiedby_sdkmessage

IEnumerable<SdkMessage> modifiedby_sdkmessage { get; set; }

1:N modifiedby_sdkmessage

modifiedby_sdkmessagefilter

IEnumerable<SdkMessageFilter> modifiedby_sdkmessagefilter { get; set; }

1:N modifiedby_sdkmessagefilter

modifiedby_sdkmessageprocessingstep

IEnumerable<SdkMessageProcessingStep> modifiedby_sdkmessageprocessingstep { get; set; }

1:N modifiedby_sdkmessageprocessingstep

modifiedby_sdkmessageprocessingstepimage

IEnumerable<SdkMessageProcessingStepImage> modifiedby_sdkmessageprocessingstepimage { get; set; }

1:N modifiedby_sdkmessageprocessingstepimage

system_user_asyncoperation

IEnumerable<AsyncOperation> system_user_asyncoperation { get; set; }

1:N system_user_asyncoperation

system_user_workflow

IEnumerable<Workflow> system_user_workflow { get; set; }

1:N system_user_workflow

systemuserroles_association

IEnumerable<Role> systemuserroles_association { get; set; }

N:N systemuserroles_association

user_connectionreference

IEnumerable<ConnectionReference> user_connectionreference { get; set; }

1:N user_connectionreference

user_environmentvariabledefinition

IEnumerable<EnvironmentVariableDefinition> user_environmentvariabledefinition { get; set; }

1:N user_environmentvariabledefinition

workflow_createdby

IEnumerable<Workflow> workflow_createdby { get; set; }

1:N workflow_createdby

workflow_createdonbehalfby

IEnumerable<Workflow> workflow_createdonbehalfby { get; set; }

1:N workflow_createdonbehalfby

workflow_modifiedby

IEnumerable<Workflow> workflow_modifiedby { get; set; }

1:N workflow_modifiedby

workflow_modifiedonbehalfby

IEnumerable<Workflow> workflow_modifiedonbehalfby { get; set; }

1:N workflow_modifiedonbehalfby