/// <summary>
 /// Initializes a new instance of the
 /// MicrosoftDynamicsCRMOptionMetadata class.
 /// </summary>
 public MicrosoftDynamicsCRMOptionMetadata(int?value = default(int?), MicrosoftDynamicsCRMLabel label = default(MicrosoftDynamicsCRMLabel), MicrosoftDynamicsCRMLabel description = default(MicrosoftDynamicsCRMLabel), string color = default(string), bool?isManaged = default(bool?), string externalValue = default(string), IList <int?> parentValues = default(IList <int?>), string metadataId = default(string), bool?hasChanged = default(bool?))
 {
     Value         = value;
     Label         = label;
     Description   = description;
     Color         = color;
     IsManaged     = isManaged;
     ExternalValue = externalValue;
     ParentValues  = parentValues;
     MetadataId    = metadataId;
     HasChanged    = hasChanged;
     CustomInit();
 }
Example #2
0
 /// <summary>
 /// Initializes a new instance of the
 /// MicrosoftDynamicsCRMOptionSetMetadataBase class.
 /// </summary>
 /// <param name="optionSetType">Possible values include: 'Picklist',
 /// 'State', 'Status', 'Boolean'</param>
 public MicrosoftDynamicsCRMOptionSetMetadataBase(MicrosoftDynamicsCRMLabel description = default(MicrosoftDynamicsCRMLabel), MicrosoftDynamicsCRMLabel displayName = default(MicrosoftDynamicsCRMLabel), bool?isCustomOptionSet = default(bool?), bool?isGlobal = default(bool?), bool?isManaged = default(bool?), MicrosoftDynamicsCRMBooleanManagedProperty isCustomizable = default(MicrosoftDynamicsCRMBooleanManagedProperty), string name = default(string), string externalTypeName = default(string), string optionSetType = default(string), string introducedVersion = default(string))
 {
     Description       = description;
     DisplayName       = displayName;
     IsCustomOptionSet = isCustomOptionSet;
     IsGlobal          = isGlobal;
     IsManaged         = isManaged;
     IsCustomizable    = isCustomizable;
     Name              = name;
     ExternalTypeName  = externalTypeName;
     OptionSetType     = optionSetType;
     IntroducedVersion = introducedVersion;
     CustomInit();
 }
Example #3
0
 /// <summary>
 /// Initializes a new instance of the
 /// MicrosoftDynamicsCRMAssociatedMenuConfiguration class.
 /// </summary>
 /// <param name="behavior">Possible values include:
 /// 'UseCollectionName', 'UseLabel', 'DoNotDisplay'</param>
 /// <param name="group">Possible values include: 'Details', 'Sales',
 /// 'Service', 'Marketing'</param>
 public MicrosoftDynamicsCRMAssociatedMenuConfiguration(string behavior = default(string), string group = default(string), MicrosoftDynamicsCRMLabel label = default(MicrosoftDynamicsCRMLabel), int?order = default(int?), bool?isCustomizable = default(bool?), string icon = default(string), string viewId = default(string), bool?availableOffline = default(bool?), string menuId = default(string), string queryApi = default(string))
 {
     Behavior         = behavior;
     Group            = group;
     Label            = label;
     Order            = order;
     IsCustomizable   = isCustomizable;
     Icon             = icon;
     ViewId           = viewId;
     AvailableOffline = availableOffline;
     MenuId           = menuId;
     QueryApi         = queryApi;
     CustomInit();
 }
 /// <summary>
 /// Initializes a new instance of the
 /// MicrosoftDynamicsCRMComplexAttributeMetadata class.
 /// </summary>
 /// <param name="attributeType">Possible values include: 'Boolean',
 /// 'Customer', 'DateTime', 'Decimal', 'Double', 'Integer', 'Lookup',
 /// 'Memo', 'Money', 'Owner', 'PartyList', 'Picklist', 'State',
 /// 'Status', 'String', 'Uniqueidentifier', 'CalendarRules', 'Virtual',
 /// 'BigInt', 'ManagedProperty', 'EntityName'</param>
 public MicrosoftDynamicsCRMComplexAttributeMetadata(string attributeOf = default(string), string attributeType = default(string), MicrosoftDynamicsCRMAttributeTypeDisplayName attributeTypeName = default(MicrosoftDynamicsCRMAttributeTypeDisplayName), int?columnNumber = default(int?), MicrosoftDynamicsCRMLabel description = default(MicrosoftDynamicsCRMLabel), MicrosoftDynamicsCRMLabel displayName = default(MicrosoftDynamicsCRMLabel), string deprecatedVersion = default(string), string introducedVersion = default(string), string entityLogicalName = default(string), MicrosoftDynamicsCRMBooleanManagedProperty isAuditEnabled = default(MicrosoftDynamicsCRMBooleanManagedProperty), bool?isCustomAttribute = default(bool?), bool?isPrimaryId = default(bool?), bool?isPrimaryName = default(bool?), bool?isValidForCreate = default(bool?), bool?isValidForRead = default(bool?), bool?isValidForUpdate = default(bool?), bool?canBeSecuredForRead = default(bool?), bool?canBeSecuredForCreate = default(bool?), bool?canBeSecuredForUpdate = default(bool?), bool?isSecured = default(bool?), bool?isRetrievable = default(bool?), bool?isFilterable = default(bool?), bool?isSearchable = default(bool?), bool?isManaged = default(bool?), MicrosoftDynamicsCRMBooleanManagedProperty isGlobalFilterEnabled = default(MicrosoftDynamicsCRMBooleanManagedProperty), MicrosoftDynamicsCRMBooleanManagedProperty isSortableEnabled = default(MicrosoftDynamicsCRMBooleanManagedProperty), string linkedAttributeId = default(string), string logicalName = default(string), MicrosoftDynamicsCRMBooleanManagedProperty isCustomizable = default(MicrosoftDynamicsCRMBooleanManagedProperty), MicrosoftDynamicsCRMBooleanManagedProperty isRenameable = default(MicrosoftDynamicsCRMBooleanManagedProperty), MicrosoftDynamicsCRMBooleanManagedProperty isValidForAdvancedFind = default(MicrosoftDynamicsCRMBooleanManagedProperty), bool?isValidForForm = default(bool?), bool?isRequiredForForm = default(bool?), bool?isValidForGrid = default(bool?), MicrosoftDynamicsCRMAttributeRequiredLevelManagedProperty requiredLevel = default(MicrosoftDynamicsCRMAttributeRequiredLevelManagedProperty), MicrosoftDynamicsCRMBooleanManagedProperty canModifyAdditionalSettings = default(MicrosoftDynamicsCRMBooleanManagedProperty), string schemaName = default(string), string externalName = default(string), bool?isLogical = default(bool?), bool?isDataSourceSecret = default(bool?), string inheritsFrom = default(string), int?sourceType = default(int?), string autoNumberFormat = default(string), string metadataId = default(string), bool?hasChanged = default(bool?))
 {
     AttributeOf                 = attributeOf;
     AttributeType               = attributeType;
     AttributeTypeName           = attributeTypeName;
     ColumnNumber                = columnNumber;
     Description                 = description;
     DisplayName                 = displayName;
     DeprecatedVersion           = deprecatedVersion;
     IntroducedVersion           = introducedVersion;
     EntityLogicalName           = entityLogicalName;
     IsAuditEnabled              = isAuditEnabled;
     IsCustomAttribute           = isCustomAttribute;
     IsPrimaryId                 = isPrimaryId;
     IsPrimaryName               = isPrimaryName;
     IsValidForCreate            = isValidForCreate;
     IsValidForRead              = isValidForRead;
     IsValidForUpdate            = isValidForUpdate;
     CanBeSecuredForRead         = canBeSecuredForRead;
     CanBeSecuredForCreate       = canBeSecuredForCreate;
     CanBeSecuredForUpdate       = canBeSecuredForUpdate;
     IsSecured                   = isSecured;
     IsRetrievable               = isRetrievable;
     IsFilterable                = isFilterable;
     IsSearchable                = isSearchable;
     IsManaged                   = isManaged;
     IsGlobalFilterEnabled       = isGlobalFilterEnabled;
     IsSortableEnabled           = isSortableEnabled;
     LinkedAttributeId           = linkedAttributeId;
     LogicalName                 = logicalName;
     IsCustomizable              = isCustomizable;
     IsRenameable                = isRenameable;
     IsValidForAdvancedFind      = isValidForAdvancedFind;
     IsValidForForm              = isValidForForm;
     IsRequiredForForm           = isRequiredForForm;
     IsValidForGrid              = isValidForGrid;
     RequiredLevel               = requiredLevel;
     CanModifyAdditionalSettings = canModifyAdditionalSettings;
     SchemaName                  = schemaName;
     ExternalName                = externalName;
     IsLogical                   = isLogical;
     IsDataSourceSecret          = isDataSourceSecret;
     InheritsFrom                = inheritsFrom;
     SourceType                  = sourceType;
     AutoNumberFormat            = autoNumberFormat;
     MetadataId                  = metadataId;
     HasChanged                  = hasChanged;
     CustomInit();
 }
Example #5
0
 /// <summary>
 /// Initializes a new instance of the
 /// MicrosoftDynamicsCRMEntityKeyMetadata class.
 /// </summary>
 /// <param name="entityKeyIndexStatus">Possible values include:
 /// 'Pending', 'InProgress', 'Active', 'Failed'</param>
 public MicrosoftDynamicsCRMEntityKeyMetadata(MicrosoftDynamicsCRMLabel displayName = default(MicrosoftDynamicsCRMLabel), string logicalName = default(string), string schemaName = default(string), string entityLogicalName = default(string), IList <string> keyAttributes = default(IList <string>), MicrosoftDynamicsCRMBooleanManagedProperty isCustomizable = default(MicrosoftDynamicsCRMBooleanManagedProperty), bool?isManaged = default(bool?), string introducedVersion = default(string), string entityKeyIndexStatus = default(string), string asyncJob = default(string), bool?isSynchronous = default(bool?))
 {
     DisplayName          = displayName;
     LogicalName          = logicalName;
     SchemaName           = schemaName;
     EntityLogicalName    = entityLogicalName;
     KeyAttributes        = keyAttributes;
     IsCustomizable       = isCustomizable;
     IsManaged            = isManaged;
     IntroducedVersion    = introducedVersion;
     EntityKeyIndexStatus = entityKeyIndexStatus;
     AsyncJob             = asyncJob;
     IsSynchronous        = isSynchronous;
     CustomInit();
 }
Example #6
0
 /// <summary>
 /// Initializes a new instance of the
 /// MicrosoftDynamicsCRMManagedPropertyMetadata class.
 /// </summary>
 /// <param name="managedPropertyType">Possible values include:
 /// 'Operation', 'Attribute', 'CustomEvaluator', 'Custom'</param>
 /// <param name="operation">Possible values include: 'None', 'Create',
 /// 'Update', 'CreateUpdate', 'Delete', 'UpdateDelete', 'All'</param>
 /// <param name="evaluationPriority">Possible values include: 'None',
 /// 'Low', 'Normal', 'High', 'Essential'</param>
 public MicrosoftDynamicsCRMManagedPropertyMetadata(string logicalName = default(string), MicrosoftDynamicsCRMLabel displayName = default(MicrosoftDynamicsCRMLabel), string managedPropertyType = default(string), string operation = default(string), bool?isGlobalForOperation = default(bool?), string evaluationPriority = default(string), bool?isPrivate = default(bool?), int?errorCode = default(int?), string enablesEntityName = default(string), string enablesAttributeName = default(string), MicrosoftDynamicsCRMLabel description = default(MicrosoftDynamicsCRMLabel), string introducedVersion = default(string))
 {
     LogicalName          = logicalName;
     DisplayName          = displayName;
     ManagedPropertyType  = managedPropertyType;
     Operation            = operation;
     IsGlobalForOperation = isGlobalForOperation;
     EvaluationPriority   = evaluationPriority;
     IsPrivate            = isPrivate;
     ErrorCode            = errorCode;
     EnablesEntityName    = enablesEntityName;
     EnablesAttributeName = enablesAttributeName;
     Description          = description;
     IntroducedVersion    = introducedVersion;
     CustomInit();
 }
 /// <summary>
 /// Initializes a new instance of the
 /// MicrosoftDynamicsCRMComplexBooleanOptionSetMetadata class.
 /// </summary>
 /// <param name="optionSetType">Possible values include: 'Picklist',
 /// 'State', 'Status', 'Boolean'</param>
 public MicrosoftDynamicsCRMComplexBooleanOptionSetMetadata(MicrosoftDynamicsCRMOptionMetadata trueOption = default(MicrosoftDynamicsCRMOptionMetadata), MicrosoftDynamicsCRMOptionMetadata falseOption = default(MicrosoftDynamicsCRMOptionMetadata), MicrosoftDynamicsCRMLabel description = default(MicrosoftDynamicsCRMLabel), MicrosoftDynamicsCRMLabel displayName = default(MicrosoftDynamicsCRMLabel), bool?isCustomOptionSet = default(bool?), bool?isGlobal = default(bool?), bool?isManaged = default(bool?), MicrosoftDynamicsCRMBooleanManagedProperty isCustomizable = default(MicrosoftDynamicsCRMBooleanManagedProperty), string name = default(string), string externalTypeName = default(string), string optionSetType = default(string), string introducedVersion = default(string), string metadataId = default(string), bool?hasChanged = default(bool?))
 {
     TrueOption        = trueOption;
     FalseOption       = falseOption;
     Description       = description;
     DisplayName       = displayName;
     IsCustomOptionSet = isCustomOptionSet;
     IsGlobal          = isGlobal;
     IsManaged         = isManaged;
     IsCustomizable    = isCustomizable;
     Name              = name;
     ExternalTypeName  = externalTypeName;
     OptionSetType     = optionSetType;
     IntroducedVersion = introducedVersion;
     MetadataId        = metadataId;
     HasChanged        = hasChanged;
     CustomInit();
 }
Example #8
0
 /// <summary>
 /// Initializes a new instance of the
 /// MicrosoftDynamicsCRMEntityMetadata class.
 /// </summary>
 /// <param name="ownershipType">Possible values include: 'None',
 /// 'UserOwned', 'TeamOwned', 'BusinessOwned', 'OrganizationOwned',
 /// 'BusinessParented'</param>
 public MicrosoftDynamicsCRMEntityMetadata(int?activityTypeMask = default(int?), bool?autoRouteToOwnerQueue = default(bool?), bool?canTriggerWorkflow = default(bool?), MicrosoftDynamicsCRMLabel description = default(MicrosoftDynamicsCRMLabel), MicrosoftDynamicsCRMLabel displayCollectionName = default(MicrosoftDynamicsCRMLabel), MicrosoftDynamicsCRMLabel displayName = default(MicrosoftDynamicsCRMLabel), bool?entityHelpUrlEnabled = default(bool?), string entityHelpUrl = default(string), bool?isDocumentManagementEnabled = default(bool?), bool?isOneNoteIntegrationEnabled = default(bool?), bool?isInteractionCentricEnabled = default(bool?), bool?isKnowledgeManagementEnabled = default(bool?), bool?isSLAEnabled = default(bool?), bool?isBPFEntity = default(bool?), bool?isDocumentRecommendationsEnabled = default(bool?), bool?isMSTeamsIntegrationEnabled = default(bool?), string dataProviderId = default(string), string dataSourceId = default(string), bool?autoCreateAccessTeams = default(bool?), bool?isActivity = default(bool?), bool?isActivityParty = default(bool?), MicrosoftDynamicsCRMBooleanManagedProperty isAuditEnabled = default(MicrosoftDynamicsCRMBooleanManagedProperty), bool?isAvailableOffline = default(bool?), bool?isChildEntity = default(bool?), bool?isAIRUpdated = default(bool?), MicrosoftDynamicsCRMBooleanManagedProperty isValidForQueue = default(MicrosoftDynamicsCRMBooleanManagedProperty), MicrosoftDynamicsCRMBooleanManagedProperty isConnectionsEnabled = default(MicrosoftDynamicsCRMBooleanManagedProperty), string iconLargeName = default(string), string iconMediumName = default(string), string iconSmallName = default(string), string iconVectorName = default(string), bool?isCustomEntity = default(bool?), bool?isBusinessProcessEnabled = default(bool?), MicrosoftDynamicsCRMBooleanManagedProperty isCustomizable = default(MicrosoftDynamicsCRMBooleanManagedProperty), MicrosoftDynamicsCRMBooleanManagedProperty isRenameable = default(MicrosoftDynamicsCRMBooleanManagedProperty), MicrosoftDynamicsCRMBooleanManagedProperty isMappable = default(MicrosoftDynamicsCRMBooleanManagedProperty), MicrosoftDynamicsCRMBooleanManagedProperty isDuplicateDetectionEnabled = default(MicrosoftDynamicsCRMBooleanManagedProperty), MicrosoftDynamicsCRMBooleanManagedProperty canCreateAttributes = default(MicrosoftDynamicsCRMBooleanManagedProperty), MicrosoftDynamicsCRMBooleanManagedProperty canCreateForms = default(MicrosoftDynamicsCRMBooleanManagedProperty), MicrosoftDynamicsCRMBooleanManagedProperty canCreateViews = default(MicrosoftDynamicsCRMBooleanManagedProperty), MicrosoftDynamicsCRMBooleanManagedProperty canCreateCharts = default(MicrosoftDynamicsCRMBooleanManagedProperty), MicrosoftDynamicsCRMBooleanManagedProperty canBeRelatedEntityInRelationship = default(MicrosoftDynamicsCRMBooleanManagedProperty), MicrosoftDynamicsCRMBooleanManagedProperty canBePrimaryEntityInRelationship = default(MicrosoftDynamicsCRMBooleanManagedProperty), MicrosoftDynamicsCRMBooleanManagedProperty canBeInManyToMany = default(MicrosoftDynamicsCRMBooleanManagedProperty), MicrosoftDynamicsCRMBooleanManagedProperty canBeInCustomEntityAssociation = default(MicrosoftDynamicsCRMBooleanManagedProperty), MicrosoftDynamicsCRMBooleanManagedProperty canEnableSyncToExternalSearchIndex = default(MicrosoftDynamicsCRMBooleanManagedProperty), bool?syncToExternalSearchIndex = default(bool?), MicrosoftDynamicsCRMBooleanManagedProperty canModifyAdditionalSettings = default(MicrosoftDynamicsCRMBooleanManagedProperty), MicrosoftDynamicsCRMBooleanManagedProperty canChangeHierarchicalRelationship = default(MicrosoftDynamicsCRMBooleanManagedProperty), bool?isOptimisticConcurrencyEnabled = default(bool?), bool?changeTrackingEnabled = default(bool?), MicrosoftDynamicsCRMBooleanManagedProperty canChangeTrackingBeEnabled = default(MicrosoftDynamicsCRMBooleanManagedProperty), bool?isImportable = default(bool?), bool?isIntersect = default(bool?), MicrosoftDynamicsCRMBooleanManagedProperty isMailMergeEnabled = default(MicrosoftDynamicsCRMBooleanManagedProperty), bool?isManaged = default(bool?), bool?isEnabledForCharts = default(bool?), bool?isEnabledForTrace = default(bool?), bool?isValidForAdvancedFind = default(bool?), MicrosoftDynamicsCRMBooleanManagedProperty isVisibleInMobile = default(MicrosoftDynamicsCRMBooleanManagedProperty), MicrosoftDynamicsCRMBooleanManagedProperty isVisibleInMobileClient = default(MicrosoftDynamicsCRMBooleanManagedProperty), MicrosoftDynamicsCRMBooleanManagedProperty isReadOnlyInMobileClient = default(MicrosoftDynamicsCRMBooleanManagedProperty), MicrosoftDynamicsCRMBooleanManagedProperty isOfflineInMobileClient = default(MicrosoftDynamicsCRMBooleanManagedProperty), int?daysSinceRecordLastModified = default(int?), string mobileOfflineFilters = default(string), bool?isReadingPaneEnabled = default(bool?), bool?isQuickCreateEnabled = default(bool?), string logicalName = default(string), int?objectTypeCode = default(int?), string ownershipType = default(string), string primaryNameAttribute = default(string), string primaryImageAttribute = default(string), string primaryIdAttribute = default(string), IList <MicrosoftDynamicsCRMSecurityPrivilegeMetadata> privileges = default(IList <MicrosoftDynamicsCRMSecurityPrivilegeMetadata>), string recurrenceBaseEntityLogicalName = default(string), string reportViewName = default(string), string schemaName = default(string), string introducedVersion = default(string), bool?isStateModelAware = default(bool?), bool?enforceStateTransitions = default(bool?), string externalName = default(string), string entityColor = default(string), string logicalCollectionName = default(string), string externalCollectionName = default(string), string collectionSchemaName = default(string), string entitySetName = default(string), bool?isEnabledForExternalChannels = default(bool?), bool?isPrivate = default(bool?), bool?usesBusinessDataLabelTable = default(bool?), bool?isLogicalEntity = default(bool?), bool?hasNotes = default(bool?), bool?hasActivities = default(bool?), bool?hasFeedback = default(bool?), IList <MicrosoftDynamicsCRMAttributeMetadata> attributes = default(IList <MicrosoftDynamicsCRMAttributeMetadata>), IList <MicrosoftDynamicsCRMManyToManyRelationshipMetadata> manyToManyRelationships = default(IList <MicrosoftDynamicsCRMManyToManyRelationshipMetadata>), IList <MicrosoftDynamicsCRMOneToManyRelationshipMetadata> manyToOneRelationships = default(IList <MicrosoftDynamicsCRMOneToManyRelationshipMetadata>), IList <MicrosoftDynamicsCRMOneToManyRelationshipMetadata> oneToManyRelationships = default(IList <MicrosoftDynamicsCRMOneToManyRelationshipMetadata>), IList <MicrosoftDynamicsCRMEntityKeyMetadata> keys = default(IList <MicrosoftDynamicsCRMEntityKeyMetadata>))
 {
     ActivityTypeMask                 = activityTypeMask;
     AutoRouteToOwnerQueue            = autoRouteToOwnerQueue;
     CanTriggerWorkflow               = canTriggerWorkflow;
     Description                      = description;
     DisplayCollectionName            = displayCollectionName;
     DisplayName                      = displayName;
     EntityHelpUrlEnabled             = entityHelpUrlEnabled;
     EntityHelpUrl                    = entityHelpUrl;
     IsDocumentManagementEnabled      = isDocumentManagementEnabled;
     IsOneNoteIntegrationEnabled      = isOneNoteIntegrationEnabled;
     IsInteractionCentricEnabled      = isInteractionCentricEnabled;
     IsKnowledgeManagementEnabled     = isKnowledgeManagementEnabled;
     IsSLAEnabled                     = isSLAEnabled;
     IsBPFEntity                      = isBPFEntity;
     IsDocumentRecommendationsEnabled = isDocumentRecommendationsEnabled;
     IsMSTeamsIntegrationEnabled      = isMSTeamsIntegrationEnabled;
     DataProviderId                   = dataProviderId;
     DataSourceId                     = dataSourceId;
     AutoCreateAccessTeams            = autoCreateAccessTeams;
     IsActivity                         = isActivity;
     IsActivityParty                    = isActivityParty;
     IsAuditEnabled                     = isAuditEnabled;
     IsAvailableOffline                 = isAvailableOffline;
     IsChildEntity                      = isChildEntity;
     IsAIRUpdated                       = isAIRUpdated;
     IsValidForQueue                    = isValidForQueue;
     IsConnectionsEnabled               = isConnectionsEnabled;
     IconLargeName                      = iconLargeName;
     IconMediumName                     = iconMediumName;
     IconSmallName                      = iconSmallName;
     IconVectorName                     = iconVectorName;
     IsCustomEntity                     = isCustomEntity;
     IsBusinessProcessEnabled           = isBusinessProcessEnabled;
     IsCustomizable                     = isCustomizable;
     IsRenameable                       = isRenameable;
     IsMappable                         = isMappable;
     IsDuplicateDetectionEnabled        = isDuplicateDetectionEnabled;
     CanCreateAttributes                = canCreateAttributes;
     CanCreateForms                     = canCreateForms;
     CanCreateViews                     = canCreateViews;
     CanCreateCharts                    = canCreateCharts;
     CanBeRelatedEntityInRelationship   = canBeRelatedEntityInRelationship;
     CanBePrimaryEntityInRelationship   = canBePrimaryEntityInRelationship;
     CanBeInManyToMany                  = canBeInManyToMany;
     CanBeInCustomEntityAssociation     = canBeInCustomEntityAssociation;
     CanEnableSyncToExternalSearchIndex = canEnableSyncToExternalSearchIndex;
     SyncToExternalSearchIndex          = syncToExternalSearchIndex;
     CanModifyAdditionalSettings        = canModifyAdditionalSettings;
     CanChangeHierarchicalRelationship  = canChangeHierarchicalRelationship;
     IsOptimisticConcurrencyEnabled     = isOptimisticConcurrencyEnabled;
     ChangeTrackingEnabled              = changeTrackingEnabled;
     CanChangeTrackingBeEnabled         = canChangeTrackingBeEnabled;
     IsImportable                       = isImportable;
     IsIntersect                        = isIntersect;
     IsMailMergeEnabled                 = isMailMergeEnabled;
     IsManaged                       = isManaged;
     IsEnabledForCharts              = isEnabledForCharts;
     IsEnabledForTrace               = isEnabledForTrace;
     IsValidForAdvancedFind          = isValidForAdvancedFind;
     IsVisibleInMobile               = isVisibleInMobile;
     IsVisibleInMobileClient         = isVisibleInMobileClient;
     IsReadOnlyInMobileClient        = isReadOnlyInMobileClient;
     IsOfflineInMobileClient         = isOfflineInMobileClient;
     DaysSinceRecordLastModified     = daysSinceRecordLastModified;
     MobileOfflineFilters            = mobileOfflineFilters;
     IsReadingPaneEnabled            = isReadingPaneEnabled;
     IsQuickCreateEnabled            = isQuickCreateEnabled;
     LogicalName                     = logicalName;
     ObjectTypeCode                  = objectTypeCode;
     OwnershipType                   = ownershipType;
     PrimaryNameAttribute            = primaryNameAttribute;
     PrimaryImageAttribute           = primaryImageAttribute;
     PrimaryIdAttribute              = primaryIdAttribute;
     Privileges                      = privileges;
     RecurrenceBaseEntityLogicalName = recurrenceBaseEntityLogicalName;
     ReportViewName                  = reportViewName;
     SchemaName                      = schemaName;
     IntroducedVersion               = introducedVersion;
     IsStateModelAware               = isStateModelAware;
     EnforceStateTransitions         = enforceStateTransitions;
     ExternalName                    = externalName;
     EntityColor                     = entityColor;
     LogicalCollectionName           = logicalCollectionName;
     ExternalCollectionName          = externalCollectionName;
     CollectionSchemaName            = collectionSchemaName;
     EntitySetName                   = entitySetName;
     IsEnabledForExternalChannels    = isEnabledForExternalChannels;
     IsPrivate                       = isPrivate;
     UsesBusinessDataLabelTable      = usesBusinessDataLabelTable;
     IsLogicalEntity                 = isLogicalEntity;
     HasNotes                = hasNotes;
     HasActivities           = hasActivities;
     HasFeedback             = hasFeedback;
     Attributes              = attributes;
     ManyToManyRelationships = manyToManyRelationships;
     ManyToOneRelationships  = manyToOneRelationships;
     OneToManyRelationships  = oneToManyRelationships;
     Keys = keys;
     CustomInit();
 }
 /// <summary>
 /// Initializes a new instance of the
 /// MicrosoftDynamicsCRMRetrieveLocLabelsResponse class.
 /// </summary>
 public MicrosoftDynamicsCRMRetrieveLocLabelsResponse(MicrosoftDynamicsCRMLabel label = default(MicrosoftDynamicsCRMLabel))
 {
     Label = label;
     CustomInit();
 }