Ejemplo n.º 1
0
 internal override void ForEachProperty(IPropertyProcessor processor)
 {
     processor.Process <DirectoryPropertyStringSingleLength1To1024>(SyncForeignPrincipalSchema.Description, ref this.descriptionField);
     processor.Process <DirectoryPropertyStringSingleLength1To256>(SyncForeignPrincipalSchema.DisplayName, ref this.displayNameField);
     processor.Process <DirectoryPropertyGuidSingle>(SyncForeignPrincipalSchema.LinkedPartnerGroupId, ref this.foreignPrincipalIdField);
     processor.Process <DirectoryPropertyGuidSingle>(SyncForeignPrincipalSchema.LinkedPartnerOrganizationId, ref this.foreignContextIdField);
 }
Ejemplo n.º 2
0
 private void ProcessExpressions(string leftValue, string rightValue, out Expression leftExpression, out Expression rightExpression, out Expression notNullExpression, ParameterExpression paramExpression)
 {
     if (propertyProcessor.CanProcess(leftValue, paramExpression))
     {
         leftExpression    = propertyProcessor.Process(leftValue, paramExpression);
         rightExpression   = valueProcessor.Process(rightValue, leftExpression.Type);
         notNullExpression = notNullExpressionProcessor.NotNullPropertyExpression(leftValue, paramExpression);
     }
     else
     {
         rightExpression   = propertyProcessor.Process(rightValue, paramExpression);
         leftExpression    = valueProcessor.Process(leftValue, rightExpression.Type);
         notNullExpression = notNullExpressionProcessor.NotNullPropertyExpression(rightValue, paramExpression);
     }
 }
Ejemplo n.º 3
0
 internal override void ForEachProperty(IPropertyProcessor processor)
 {
     processor.Process <DirectoryPropertyGuidSingle>(SyncSubscribedPlanSchema.AccountId, ref this.accountIdField);
     processor.Process <DirectoryPropertyXmlAnySingle>(SyncSubscribedPlanSchema.Capability, ref this.capabilityField);
     processor.Process <DirectoryPropertyStringSingleLength1To256>(SyncSubscribedPlanSchema.ServiceType, ref this.serviceTypeField);
     processor.Process <DirectoryPropertyXmlLicenseUnitsDetailSingle>(SyncSubscribedPlanSchema.MaximumOverageUnitsDetail, ref this.maximumOverageUnitsDetailField);
     processor.Process <DirectoryPropertyXmlLicenseUnitsDetailSingle>(SyncSubscribedPlanSchema.PrepaidUnitsDetail, ref this.prepaidUnitsDetailField);
     processor.Process <DirectoryPropertyXmlLicenseUnitsDetailSingle>(SyncSubscribedPlanSchema.TotalTrialUnitsDetail, ref this.totalTrialUnitsDetailField);
 }
Ejemplo n.º 4
0
 // Token: 0x060068C2 RID: 26818 RVA: 0x00171374 File Offset: 0x0016F574
 internal override void ForEachProperty(IPropertyProcessor processor)
 {
     processor.Process <DirectoryPropertyStringSingleLength1To256>(SyncAccountSchema.DisplayName, ref this.displayNameField);
 }
Ejemplo n.º 5
0
 // Token: 0x0600690A RID: 26890 RVA: 0x0017173C File Offset: 0x0016F93C
 internal override void ForEachProperty(IPropertyProcessor processor)
 {
     processor.Process <DirectoryPropertyXmlAssignedPlan>(SyncCompanySchema.AssignedPlan, ref this.assignedPlanField);
     processor.Process <DirectoryPropertyStringSingleLength1To3>(SyncCompanySchema.C, ref this.cField);
     processor.Process <DirectoryPropertyXmlCompanyPartnershipSingle>(SyncCompanySchema.CompanyPartnership, ref this.companyPartnershipField);
     processor.Process <DirectoryPropertyStringLength1To256>(SyncCompanySchema.CompanyTags, ref this.companyTagsField);
     processor.Process <DirectoryPropertyStringSingleLength1To1024>(SyncCompanySchema.Description, ref this.descriptionField);
     processor.Process <DirectoryPropertyStringSingleLength1To256>(SyncCompanySchema.DisplayName, ref this.displayNameField);
     processor.Process <DirectoryPropertyBooleanSingle>(SyncCompanySchema.IsDirSyncRunning, ref this.dirSyncEnabledField);
     processor.Process <DirectoryPropertyXmlDirSyncStatus>(SyncCompanySchema.DirSyncStatus, ref this.dirSyncStatusField);
     processor.Process <DirectoryPropertyXmlDirSyncStatus>(SyncCompanySchema.DirSyncStatusAck, ref this.dirSyncStatusAckField);
     processor.Process <DirectoryPropertyXmlServiceInfo>(SyncCompanySchema.ServiceInfo, ref this.serviceInfoField);
     processor.Process <DirectoryPropertyInt32SingleMin0Max4>(SyncCompanySchema.TenantType, ref this.tenantTypeField);
     processor.Process <DirectoryPropertyInt32SingleMin0>(SyncCompanySchema.QuotaAmount, ref this.quotaAmountField);
     processor.Process <DirectoryPropertyXmlCompanyVerifiedDomain>(SyncCompanySchema.VerifiedDomain, ref this.verifiedDomainField);
     processor.Process <DirectoryPropertyXmlRightsManagementTenantKey>(SyncCompanySchema.RightsManagementTenantKey, ref this.rightsManagementTenantKeyField);
     processor.Process <DirectoryPropertyXmlRightsManagementTenantConfigurationSingle>(SyncCompanySchema.RightsManagementTenantConfiguration, ref this.rightsManagementTenantConfigurationField);
 }
Ejemplo n.º 6
0
        internal override void ForEachProperty(IPropertyProcessor processor)
        {
            processor.Process <DirectoryPropertyStringSingleLength1To1024>(SyncGroupSchema.Description, ref this.descriptionField);
            processor.Process <DirectoryPropertyStringSingleLength1To2048>(SyncRecipientSchema.CloudLegacyExchangeDN, ref this.cloudLegacyExchangeDNField);
            processor.Process <DirectoryPropertyInt32Single>(SyncRecipientSchema.CloudMsExchRecipientDisplayType, ref this.cloudMSExchRecipientDisplayTypeField);
            processor.Process <DirectoryPropertyStringSingleLength1To256>(SyncRecipientSchema.DisplayName, ref this.displayNameField);
            processor.Process <DirectoryPropertyStringSingleLength1To1024>(SyncRecipientSchema.CustomAttribute1, ref this.extensionAttribute1Field);
            processor.Process <DirectoryPropertyStringSingleLength1To1024>(SyncRecipientSchema.CustomAttribute10, ref this.extensionAttribute10Field);
            processor.Process <DirectoryPropertyStringSingleLength1To2048>(SyncRecipientSchema.CustomAttribute11, ref this.extensionAttribute11Field);
            processor.Process <DirectoryPropertyStringSingleLength1To2048>(SyncRecipientSchema.CustomAttribute12, ref this.extensionAttribute12Field);
            processor.Process <DirectoryPropertyStringSingleLength1To2048>(SyncRecipientSchema.CustomAttribute13, ref this.extensionAttribute13Field);
            processor.Process <DirectoryPropertyStringSingleLength1To2048>(SyncRecipientSchema.CustomAttribute14, ref this.extensionAttribute14Field);
            processor.Process <DirectoryPropertyStringSingleLength1To2048>(SyncRecipientSchema.CustomAttribute15, ref this.extensionAttribute15Field);
            processor.Process <DirectoryPropertyStringSingleLength1To1024>(SyncRecipientSchema.CustomAttribute2, ref this.extensionAttribute2Field);
            processor.Process <DirectoryPropertyStringSingleLength1To1024>(SyncRecipientSchema.CustomAttribute3, ref this.extensionAttribute3Field);
            processor.Process <DirectoryPropertyStringSingleLength1To1024>(SyncRecipientSchema.CustomAttribute4, ref this.extensionAttribute4Field);
            processor.Process <DirectoryPropertyStringSingleLength1To1024>(SyncRecipientSchema.CustomAttribute5, ref this.extensionAttribute5Field);
            processor.Process <DirectoryPropertyStringSingleLength1To1024>(SyncRecipientSchema.CustomAttribute6, ref this.extensionAttribute6Field);
            processor.Process <DirectoryPropertyStringSingleLength1To1024>(SyncRecipientSchema.CustomAttribute7, ref this.extensionAttribute7Field);
            processor.Process <DirectoryPropertyStringSingleLength1To1024>(SyncRecipientSchema.CustomAttribute8, ref this.extensionAttribute8Field);
            processor.Process <DirectoryPropertyStringSingleLength1To1024>(SyncRecipientSchema.CustomAttribute9, ref this.extensionAttribute9Field);
            processor.Process <DirectoryPropertyStringLength1To2048>(SyncRecipientSchema.ExtensionCustomAttribute1, ref this.mSExchExtensionCustomAttribute1Field);
            processor.Process <DirectoryPropertyStringLength1To2048>(SyncRecipientSchema.ExtensionCustomAttribute2, ref this.mSExchExtensionCustomAttribute2Field);
            processor.Process <DirectoryPropertyStringLength1To2048>(SyncRecipientSchema.ExtensionCustomAttribute3, ref this.mSExchExtensionCustomAttribute3Field);
            processor.Process <DirectoryPropertyStringLength1To2048>(SyncRecipientSchema.ExtensionCustomAttribute4, ref this.mSExchExtensionCustomAttribute4Field);
            processor.Process <DirectoryPropertyStringLength1To2048>(SyncRecipientSchema.ExtensionCustomAttribute5, ref this.mSExchExtensionCustomAttribute5Field);
            processor.Process <DirectoryPropertyBooleanSingle>(SyncGroupSchema.MailEnabled, ref this.mailEnabledField);
            processor.Process <DirectoryPropertyStringSingleMailNickname>(SyncRecipientSchema.Alias, ref this.mailNicknameField);
            processor.Process <DirectoryPropertyInt32Single>(SyncRecipientSchema.SeniorityIndex, ref this.mSDSHABSeniorityIndexField);
            processor.Process <DirectoryPropertyStringSingleLength1To256>(SyncRecipientSchema.PhoneticDisplayName, ref this.mSDSPhoneticDisplayNameField);
            processor.Process <DirectoryPropertyBooleanSingle>(SyncRecipientSchema.ModerationEnabled, ref this.mSExchEnableModerationField);
            processor.Process <DirectoryPropertyBooleanSingle>(SyncRecipientSchema.HiddenFromAddressListsEnabled, ref this.mSExchHideFromAddressListsField);
            processor.Process <DirectoryPropertyDateTimeSingle>(SyncRecipientSchema.LitigationHoldDate, ref this.mSExchLitigationHoldDateField);
            processor.Process <DirectoryPropertyStringSingleLength1To1024>(SyncRecipientSchema.LitigationHoldOwner, ref this.mSExchLitigationHoldOwnerField);
            processor.Process <DirectoryPropertyInt32Single>(SyncRecipientSchema.ModerationFlags, ref this.mSExchModerationFlagsField);
            processor.Process <DirectoryPropertyInt64Single>(SyncGroupSchema.RecipientTypeDetailsValue, ref this.mSExchRecipientTypeDetailsField);
            processor.Process <DirectoryPropertyStringSingleLength1To1024>(SyncRecipientSchema.RetentionComment, ref this.mSExchRetentionCommentField);
            processor.Process <DirectoryPropertyStringSingleLength1To2048>(SyncRecipientSchema.RetentionUrl, ref this.mSExchRetentionUrlField);
            processor.Process <DirectoryPropertyBooleanSingle>(SyncRecipientSchema.RequireAllSendersAreAuthenticated, ref this.mSExchRequireAuthToSendToField);
            processor.Process <DirectoryPropertyStringLength2To500>(SyncRecipientSchema.MailTipTranslations, ref this.mSExchSenderHintTranslationsField);
            processor.Process <DirectoryPropertyBooleanSingle>(SyncGroupSchema.IsHierarchicalGroup, ref this.mSOrgIsOrganizationalField);
            processor.Process <DirectoryPropertyBooleanSingle>(SyncGroupSchema.SendOofMessageToOriginatorEnabled, ref this.oofReplyToOriginatorField);
            processor.Process <DirectoryPropertyProxyAddresses>(SyncRecipientSchema.EmailAddresses, ref this.proxyAddressesField);
            processor.Process <DirectoryPropertyProxyAddresses>(SyncRecipientSchema.SmtpAndX500Addresses, ref this.proxyAddressesField);
            processor.Process <DirectoryPropertyBooleanSingle>(SyncGroupSchema.ReportToOriginatorEnabled, ref this.reportToOriginatorField);
            processor.Process <DirectoryPropertyBooleanSingle>(SyncGroupSchema.ReportToManagerEnabled, ref this.reportToOwnerField);
            processor.Process <DirectoryPropertyBooleanSingle>(SyncGroupSchema.SecurityEnabled, ref this.securityEnabledField);
            processor.Process <DirectoryPropertyStringSingleLength1To64>(SyncRecipientSchema.Cn, ref this.shadowCommonNameField);
            processor.Process <DirectoryPropertyStringSingleLength1To256>(SyncRecipientSchema.OnPremisesObjectId, ref this.sourceAnchorField);
            processor.Process <DirectoryPropertyXmlValidationError>(SyncRecipientSchema.ValidationError, ref this.validationErrorField);
            processor.Process <DirectoryPropertyStringSingleLength1To40>(SyncGroupSchema.WellKnownObject, ref this.wellKnownObjectField);
            processor.Process <DirectoryPropertyBooleanSingle>(SyncRecipientSchema.IsDirSynced, ref this.dirSyncEnabledField);
            DirectoryPropertyAttributeSet directoryPropertyAttributeSet = (DirectoryPropertyAttributeSet)DirectoryObject.GetDirectoryProperty(this.singleAuthorityMetadataField);

            processor.Process <DirectoryPropertyAttributeSet>(SyncRecipientSchema.DirSyncAuthorityMetadata, ref directoryPropertyAttributeSet);
            processor.Process <DirectoryPropertyStringLength1To1024>(SyncGroupSchema.SharePointResources, ref this.sharepointResourcesField);
            processor.Process <DirectoryPropertyReferenceUserAndServicePrincipalSingle>(SyncGroupSchema.Creator, ref this.createdOnBehalfOfField);
            processor.Process <DirectoryPropertyBooleanSingle>(SyncGroupSchema.IsPublic, ref this.isPublicField);
        }