/// <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?))
 {
     Behavior = behavior;
     Group    = group;
     Label    = label;
     Order    = order;
     CustomInit();
 }
Пример #2
0
 /// <summary>
 /// Initializes a new instance of the
 /// MicrosoftDynamicsCRMOptionMetadata class.
 /// </summary>
 public MicrosoftDynamicsCRMOptionMetadata(string color = default(string), MicrosoftDynamicsCRMLabel description = default(MicrosoftDynamicsCRMLabel), bool?hasChanged = default(bool?), bool?isManaged = default(bool?), MicrosoftDynamicsCRMLabel label = default(MicrosoftDynamicsCRMLabel), string metadataId = default(string), int?value = default(int?))
 {
     Color       = color;
     Description = description;
     HasChanged  = hasChanged;
     IsManaged   = isManaged;
     Label       = label;
     MetadataId  = metadataId;
     Value       = value;
     CustomInit();
 }
Пример #3
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 optionSetType = default(string), string introducedVersion = default(string))
 {
     Description       = description;
     DisplayName       = displayName;
     IsCustomOptionSet = isCustomOptionSet;
     IsGlobal          = isGlobal;
     IsManaged         = isManaged;
     IsCustomizable    = isCustomizable;
     Name              = name;
     OptionSetType     = optionSetType;
     IntroducedVersion = introducedVersion;
     CustomInit();
 }
Пример #4
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))
 {
     DisplayName          = displayName;
     LogicalName          = logicalName;
     SchemaName           = schemaName;
     EntityLogicalName    = entityLogicalName;
     KeyAttributes        = keyAttributes;
     IsCustomizable       = isCustomizable;
     IsManaged            = isManaged;
     IntroducedVersion    = introducedVersion;
     EntityKeyIndexStatus = entityKeyIndexStatus;
     AsyncJob             = asyncJob;
     CustomInit();
 }
Пример #5
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
 /// 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), bool?canBeSecuredForCreate = default(bool?), bool?canBeSecuredForRead = default(bool?), bool?canBeSecuredForUpdate = default(bool?), MicrosoftDynamicsCRMBooleanManagedProperty canModifyAdditionalSettings = default(MicrosoftDynamicsCRMBooleanManagedProperty), int?columnNumber = default(int?), string deprecatedVersion = default(string), MicrosoftDynamicsCRMLabel description = default(MicrosoftDynamicsCRMLabel), MicrosoftDynamicsCRMLabel displayName = default(MicrosoftDynamicsCRMLabel), string entityLogicalName = default(string), bool?hasChanged = default(bool?), string inheritsFrom = default(string), string introducedVersion = default(string), MicrosoftDynamicsCRMBooleanManagedProperty isAuditEnabled = default(MicrosoftDynamicsCRMBooleanManagedProperty), bool?isCustomAttribute = default(bool?), MicrosoftDynamicsCRMBooleanManagedProperty isCustomizable = default(MicrosoftDynamicsCRMBooleanManagedProperty), bool?isFilterable = default(bool?), MicrosoftDynamicsCRMBooleanManagedProperty isGlobalFilterEnabled = default(MicrosoftDynamicsCRMBooleanManagedProperty), bool?isLogical = default(bool?), bool?isManaged = default(bool?), bool?isPrimaryId = default(bool?), bool?isPrimaryName = default(bool?), MicrosoftDynamicsCRMBooleanManagedProperty isRenameable = default(MicrosoftDynamicsCRMBooleanManagedProperty), bool?isRetrievable = default(bool?), bool?isSearchable = default(bool?), bool?isSecured = default(bool?), MicrosoftDynamicsCRMBooleanManagedProperty isSortableEnabled = default(MicrosoftDynamicsCRMBooleanManagedProperty), MicrosoftDynamicsCRMBooleanManagedProperty isValidForAdvancedFind = default(MicrosoftDynamicsCRMBooleanManagedProperty), bool?isValidForCreate = default(bool?), bool?isValidForRead = default(bool?), bool?isValidForUpdate = default(bool?), string linkedAttributeId = default(string), string logicalName = default(string), string metadataId = default(string), MicrosoftDynamicsCRMAttributeRequiredLevelManagedProperty requiredLevel = default(MicrosoftDynamicsCRMAttributeRequiredLevelManagedProperty), string schemaName = default(string), int?sourceType = default(int?))
 {
     AttributeOf                 = attributeOf;
     AttributeType               = attributeType;
     AttributeTypeName           = attributeTypeName;
     CanBeSecuredForCreate       = canBeSecuredForCreate;
     CanBeSecuredForRead         = canBeSecuredForRead;
     CanBeSecuredForUpdate       = canBeSecuredForUpdate;
     CanModifyAdditionalSettings = canModifyAdditionalSettings;
     ColumnNumber                = columnNumber;
     DeprecatedVersion           = deprecatedVersion;
     Description                 = description;
     DisplayName                 = displayName;
     EntityLogicalName           = entityLogicalName;
     HasChanged             = hasChanged;
     InheritsFrom           = inheritsFrom;
     IntroducedVersion      = introducedVersion;
     IsAuditEnabled         = isAuditEnabled;
     IsCustomAttribute      = isCustomAttribute;
     IsCustomizable         = isCustomizable;
     IsFilterable           = isFilterable;
     IsGlobalFilterEnabled  = isGlobalFilterEnabled;
     IsLogical              = isLogical;
     IsManaged              = isManaged;
     IsPrimaryId            = isPrimaryId;
     IsPrimaryName          = isPrimaryName;
     IsRenameable           = isRenameable;
     IsRetrievable          = isRetrievable;
     IsSearchable           = isSearchable;
     IsSecured              = isSecured;
     IsSortableEnabled      = isSortableEnabled;
     IsValidForAdvancedFind = isValidForAdvancedFind;
     IsValidForCreate       = isValidForCreate;
     IsValidForRead         = isValidForRead;
     IsValidForUpdate       = isValidForUpdate;
     LinkedAttributeId      = linkedAttributeId;
     LogicalName            = logicalName;
     MetadataId             = metadataId;
     RequiredLevel          = requiredLevel;
     SchemaName             = schemaName;
     SourceType             = sourceType;
     CustomInit();
 }
Пример #7
0
 /// <summary>
 /// Initializes a new instance of the
 /// MicrosoftDynamicsCRMComplexEntityMetadata class.
 /// </summary>
 /// <param name="ownershipType">Possible values include: 'None',
 /// 'UserOwned', 'TeamOwned', 'BusinessOwned', 'OrganizationOwned',
 /// 'BusinessParented'</param>
 public MicrosoftDynamicsCRMComplexEntityMetadata(int?activityTypeMask = default(int?), IList <MicrosoftDynamicsCRMComplexAttributeMetadata> attributes = default(IList <MicrosoftDynamicsCRMComplexAttributeMetadata>), 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?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), 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 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), IList <MicrosoftDynamicsCRMComplexManyToManyRelationshipMetadata> manyToManyRelationships = default(IList <MicrosoftDynamicsCRMComplexManyToManyRelationshipMetadata>), IList <MicrosoftDynamicsCRMComplexOneToManyRelationshipMetadata> manyToOneRelationships = default(IList <MicrosoftDynamicsCRMComplexOneToManyRelationshipMetadata>), IList <MicrosoftDynamicsCRMComplexOneToManyRelationshipMetadata> oneToManyRelationships = default(IList <MicrosoftDynamicsCRMComplexOneToManyRelationshipMetadata>), 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 entityColor = default(string), IList <MicrosoftDynamicsCRMComplexEntityKeyMetadata> keys = default(IList <MicrosoftDynamicsCRMComplexEntityKeyMetadata>), string logicalCollectionName = 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?), string metadataId = default(string), bool?hasChanged = default(bool?))
 {
     ActivityTypeMask                   = activityTypeMask;
     Attributes                         = attributes;
     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;
     AutoCreateAccessTeams              = autoCreateAccessTeams;
     IsActivity                         = isActivity;
     IsActivityParty                    = isActivityParty;
     IsAuditEnabled                     = isAuditEnabled;
     IsAvailableOffline                 = isAvailableOffline;
     IsChildEntity                      = isChildEntity;
     IsAIRUpdated                       = isAIRUpdated;
     IsValidForQueue                    = isValidForQueue;
     IsConnectionsEnabled               = isConnectionsEnabled;
     IconLargeName                      = iconLargeName;
     IconMediumName                     = iconMediumName;
     IconSmallName                      = iconSmallName;
     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;
     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;
     ManyToManyRelationships         = manyToManyRelationships;
     ManyToOneRelationships          = manyToOneRelationships;
     OneToManyRelationships          = oneToManyRelationships;
     ObjectTypeCode                  = objectTypeCode;
     OwnershipType                   = ownershipType;
     PrimaryNameAttribute            = primaryNameAttribute;
     PrimaryImageAttribute           = primaryImageAttribute;
     PrimaryIdAttribute              = primaryIdAttribute;
     Privileges                      = privileges;
     RecurrenceBaseEntityLogicalName = recurrenceBaseEntityLogicalName;
     ReportViewName                  = reportViewName;
     SchemaName                      = schemaName;
     IntroducedVersion               = introducedVersion;
     IsStateModelAware               = isStateModelAware;
     EnforceStateTransitions         = enforceStateTransitions;
     EntityColor                     = entityColor;
     Keys = keys;
     LogicalCollectionName        = logicalCollectionName;
     CollectionSchemaName         = collectionSchemaName;
     EntitySetName                = entitySetName;
     IsEnabledForExternalChannels = isEnabledForExternalChannels;
     IsPrivate = isPrivate;
     UsesBusinessDataLabelTable = usesBusinessDataLabelTable;
     IsLogicalEntity            = isLogicalEntity;
     MetadataId = metadataId;
     HasChanged = hasChanged;
     CustomInit();
 }
Пример #8
0
 /// <summary>
 /// Initializes a new instance of the
 /// MicrosoftDynamicsCRMStatusAttributeMetadata 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 MicrosoftDynamicsCRMStatusAttributeMetadata(bool?hasChanged = default(bool?), string metadataId = default(string), string attributeOf = default(string), string attributeType = default(string), MicrosoftDynamicsCRMAttributeTypeDisplayName attributeTypeName = default(MicrosoftDynamicsCRMAttributeTypeDisplayName), bool?canBeSecuredForCreate = default(bool?), bool?canBeSecuredForRead = default(bool?), bool?canBeSecuredForUpdate = default(bool?), MicrosoftDynamicsCRMBooleanManagedProperty canModifyAdditionalSettings = default(MicrosoftDynamicsCRMBooleanManagedProperty), int?columnNumber = default(int?), string deprecatedVersion = default(string), MicrosoftDynamicsCRMLabel description = default(MicrosoftDynamicsCRMLabel), MicrosoftDynamicsCRMLabel displayName = default(MicrosoftDynamicsCRMLabel), string entityLogicalName = default(string), string inheritsFrom = default(string), string introducedVersion = default(string), MicrosoftDynamicsCRMBooleanManagedProperty isAuditEnabled = default(MicrosoftDynamicsCRMBooleanManagedProperty), bool?isCustomAttribute = default(bool?), MicrosoftDynamicsCRMBooleanManagedProperty isCustomizable = default(MicrosoftDynamicsCRMBooleanManagedProperty), bool?isFilterable = default(bool?), MicrosoftDynamicsCRMBooleanManagedProperty isGlobalFilterEnabled = default(MicrosoftDynamicsCRMBooleanManagedProperty), bool?isLogical = default(bool?), bool?isManaged = default(bool?), bool?isPrimaryId = default(bool?), bool?isPrimaryName = default(bool?), MicrosoftDynamicsCRMBooleanManagedProperty isRenameable = default(MicrosoftDynamicsCRMBooleanManagedProperty), bool?isRetrievable = default(bool?), bool?isSearchable = default(bool?), bool?isSecured = default(bool?), MicrosoftDynamicsCRMBooleanManagedProperty isSortableEnabled = default(MicrosoftDynamicsCRMBooleanManagedProperty), MicrosoftDynamicsCRMBooleanManagedProperty isValidForAdvancedFind = default(MicrosoftDynamicsCRMBooleanManagedProperty), bool?isValidForCreate = default(bool?), bool?isValidForRead = default(bool?), bool?isValidForUpdate = default(bool?), string linkedAttributeId = default(string), string logicalName = default(string), MicrosoftDynamicsCRMAttributeRequiredLevelManagedProperty requiredLevel = default(MicrosoftDynamicsCRMAttributeRequiredLevelManagedProperty), string schemaName = default(string), int?sourceType = default(int?), int?defaultFormValue = default(int?), MicrosoftDynamicsCRMOptionSetMetadata globalOptionSet = default(MicrosoftDynamicsCRMOptionSetMetadata), MicrosoftDynamicsCRMOptionSetMetadata optionSet = default(MicrosoftDynamicsCRMOptionSetMetadata))
     : base(hasChanged, metadataId, attributeOf, attributeType, attributeTypeName, canBeSecuredForCreate, canBeSecuredForRead, canBeSecuredForUpdate, canModifyAdditionalSettings, columnNumber, deprecatedVersion, description, displayName, entityLogicalName, inheritsFrom, introducedVersion, isAuditEnabled, isCustomAttribute, isCustomizable, isFilterable, isGlobalFilterEnabled, isLogical, isManaged, isPrimaryId, isPrimaryName, isRenameable, isRetrievable, isSearchable, isSecured, isSortableEnabled, isValidForAdvancedFind, isValidForCreate, isValidForRead, isValidForUpdate, linkedAttributeId, logicalName, requiredLevel, schemaName, sourceType, defaultFormValue, globalOptionSet, optionSet)
 {
     CustomInit();
 }
 /// <summary>
 /// Initializes a new instance of the
 /// MicrosoftDynamicsCRMOptionSetMetadata class.
 /// </summary>
 /// <param name="optionSetType">Possible values include: 'Picklist',
 /// 'State', 'Status', 'Boolean'</param>
 public MicrosoftDynamicsCRMOptionSetMetadata(bool?hasChanged = default(bool?), string metadataId = default(string), MicrosoftDynamicsCRMLabel description = default(MicrosoftDynamicsCRMLabel), MicrosoftDynamicsCRMLabel displayName = default(MicrosoftDynamicsCRMLabel), string introducedVersion = default(string), bool?isCustomOptionSet = default(bool?), MicrosoftDynamicsCRMBooleanManagedProperty isCustomizable = default(MicrosoftDynamicsCRMBooleanManagedProperty), bool?isGlobal = default(bool?), bool?isManaged = default(bool?), string name = default(string), string optionSetType = default(string), IList <MicrosoftDynamicsCRMOptionMetadata> options = default(IList <MicrosoftDynamicsCRMOptionMetadata>))
     : base(hasChanged, metadataId, description, displayName, introducedVersion, isCustomOptionSet, isCustomizable, isGlobal, isManaged, name, optionSetType)
 {
     Options = options;
     CustomInit();
 }
Пример #10
0
 /// <summary>
 /// Initializes a new instance of the
 /// MicrosoftDynamicsCRMRetrieveLocLabelsResponse class.
 /// </summary>
 public MicrosoftDynamicsCRMRetrieveLocLabelsResponse(MicrosoftDynamicsCRMLabel label = default(MicrosoftDynamicsCRMLabel))
 {
     Label = label;
     CustomInit();
 }
 /// <summary>
 /// Initializes a new instance of the
 /// MicrosoftDynamicsCRMStatusOptionMetadata class.
 /// </summary>
 public MicrosoftDynamicsCRMStatusOptionMetadata(string color = default(string), MicrosoftDynamicsCRMLabel description = default(MicrosoftDynamicsCRMLabel), bool?hasChanged = default(bool?), bool?isManaged = default(bool?), MicrosoftDynamicsCRMLabel label = default(MicrosoftDynamicsCRMLabel), string metadataId = default(string), int?value = default(int?), int?state = default(int?), string transitionData = default(string))
     : base(color, description, hasChanged, isManaged, label, metadataId, value)
 {
     State          = state;
     TransitionData = transitionData;
     CustomInit();
 }
 /// <summary>
 /// Initializes a new instance of the
 /// MicrosoftDynamicsCRMStringAttributeMetadata 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>
 /// <param name="format">Possible values include: 'Email', 'Text',
 /// 'TextArea', 'Url', 'TickerSymbol', 'PhoneticGuide',
 /// 'VersionNumber', 'Phone'</param>
 /// <param name="imeMode">Possible values include: 'Auto', 'Inactive',
 /// 'Active', 'Disabled'</param>
 public MicrosoftDynamicsCRMStringAttributeMetadata(bool?hasChanged = default(bool?), string metadataId = default(string), string attributeOf = default(string), string attributeType = default(string), MicrosoftDynamicsCRMAttributeTypeDisplayName attributeTypeName = default(MicrosoftDynamicsCRMAttributeTypeDisplayName), bool?canBeSecuredForCreate = default(bool?), bool?canBeSecuredForRead = default(bool?), bool?canBeSecuredForUpdate = default(bool?), MicrosoftDynamicsCRMBooleanManagedProperty canModifyAdditionalSettings = default(MicrosoftDynamicsCRMBooleanManagedProperty), int?columnNumber = default(int?), string deprecatedVersion = default(string), MicrosoftDynamicsCRMLabel description = default(MicrosoftDynamicsCRMLabel), MicrosoftDynamicsCRMLabel displayName = default(MicrosoftDynamicsCRMLabel), string entityLogicalName = default(string), string inheritsFrom = default(string), string introducedVersion = default(string), MicrosoftDynamicsCRMBooleanManagedProperty isAuditEnabled = default(MicrosoftDynamicsCRMBooleanManagedProperty), bool?isCustomAttribute = default(bool?), MicrosoftDynamicsCRMBooleanManagedProperty isCustomizable = default(MicrosoftDynamicsCRMBooleanManagedProperty), bool?isFilterable = default(bool?), MicrosoftDynamicsCRMBooleanManagedProperty isGlobalFilterEnabled = default(MicrosoftDynamicsCRMBooleanManagedProperty), bool?isLogical = default(bool?), bool?isManaged = default(bool?), bool?isPrimaryId = default(bool?), bool?isPrimaryName = default(bool?), MicrosoftDynamicsCRMBooleanManagedProperty isRenameable = default(MicrosoftDynamicsCRMBooleanManagedProperty), bool?isRetrievable = default(bool?), bool?isSearchable = default(bool?), bool?isSecured = default(bool?), MicrosoftDynamicsCRMBooleanManagedProperty isSortableEnabled = default(MicrosoftDynamicsCRMBooleanManagedProperty), MicrosoftDynamicsCRMBooleanManagedProperty isValidForAdvancedFind = default(MicrosoftDynamicsCRMBooleanManagedProperty), bool?isValidForCreate = default(bool?), bool?isValidForRead = default(bool?), bool?isValidForUpdate = default(bool?), string linkedAttributeId = default(string), string logicalName = default(string), MicrosoftDynamicsCRMAttributeRequiredLevelManagedProperty requiredLevel = default(MicrosoftDynamicsCRMAttributeRequiredLevelManagedProperty), string schemaName = default(string), int?sourceType = default(int?), int?databaseLength = default(int?), string format = default(string), MicrosoftDynamicsCRMStringFormatName formatName = default(MicrosoftDynamicsCRMStringFormatName), string formulaDefinition = default(string), string imeMode = default(string), bool?isLocalizable = default(bool?), int?maxLength = default(int?), int?sourceTypeMask = default(int?), string yomiOf = default(string))
     : base(hasChanged, metadataId, attributeOf, attributeType, attributeTypeName, canBeSecuredForCreate, canBeSecuredForRead, canBeSecuredForUpdate, canModifyAdditionalSettings, columnNumber, deprecatedVersion, description, displayName, entityLogicalName, inheritsFrom, introducedVersion, isAuditEnabled, isCustomAttribute, isCustomizable, isFilterable, isGlobalFilterEnabled, isLogical, isManaged, isPrimaryId, isPrimaryName, isRenameable, isRetrievable, isSearchable, isSecured, isSortableEnabled, isValidForAdvancedFind, isValidForCreate, isValidForRead, isValidForUpdate, linkedAttributeId, logicalName, requiredLevel, schemaName, sourceType)
 {
     DatabaseLength    = databaseLength;
     Format            = format;
     FormatName        = formatName;
     FormulaDefinition = formulaDefinition;
     ImeMode           = imeMode;
     IsLocalizable     = isLocalizable;
     MaxLength         = maxLength;
     SourceTypeMask    = sourceTypeMask;
     YomiOf            = yomiOf;
     CustomInit();
 }
Пример #13
0
 /// <summary>
 /// Initializes a new instance of the
 /// MicrosoftDynamicsCRMMoneyAttributeMetadata 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>
 /// <param name="imeMode">Possible values include: 'Auto', 'Inactive',
 /// 'Active', 'Disabled'</param>
 public MicrosoftDynamicsCRMMoneyAttributeMetadata(bool?hasChanged = default(bool?), string metadataId = default(string), string attributeOf = default(string), string attributeType = default(string), MicrosoftDynamicsCRMAttributeTypeDisplayName attributeTypeName = default(MicrosoftDynamicsCRMAttributeTypeDisplayName), bool?canBeSecuredForCreate = default(bool?), bool?canBeSecuredForRead = default(bool?), bool?canBeSecuredForUpdate = default(bool?), MicrosoftDynamicsCRMBooleanManagedProperty canModifyAdditionalSettings = default(MicrosoftDynamicsCRMBooleanManagedProperty), int?columnNumber = default(int?), string deprecatedVersion = default(string), MicrosoftDynamicsCRMLabel description = default(MicrosoftDynamicsCRMLabel), MicrosoftDynamicsCRMLabel displayName = default(MicrosoftDynamicsCRMLabel), string entityLogicalName = default(string), string inheritsFrom = default(string), string introducedVersion = default(string), MicrosoftDynamicsCRMBooleanManagedProperty isAuditEnabled = default(MicrosoftDynamicsCRMBooleanManagedProperty), bool?isCustomAttribute = default(bool?), MicrosoftDynamicsCRMBooleanManagedProperty isCustomizable = default(MicrosoftDynamicsCRMBooleanManagedProperty), bool?isFilterable = default(bool?), MicrosoftDynamicsCRMBooleanManagedProperty isGlobalFilterEnabled = default(MicrosoftDynamicsCRMBooleanManagedProperty), bool?isLogical = default(bool?), bool?isManaged = default(bool?), bool?isPrimaryId = default(bool?), bool?isPrimaryName = default(bool?), MicrosoftDynamicsCRMBooleanManagedProperty isRenameable = default(MicrosoftDynamicsCRMBooleanManagedProperty), bool?isRetrievable = default(bool?), bool?isSearchable = default(bool?), bool?isSecured = default(bool?), MicrosoftDynamicsCRMBooleanManagedProperty isSortableEnabled = default(MicrosoftDynamicsCRMBooleanManagedProperty), MicrosoftDynamicsCRMBooleanManagedProperty isValidForAdvancedFind = default(MicrosoftDynamicsCRMBooleanManagedProperty), bool?isValidForCreate = default(bool?), bool?isValidForRead = default(bool?), bool?isValidForUpdate = default(bool?), string linkedAttributeId = default(string), string logicalName = default(string), MicrosoftDynamicsCRMAttributeRequiredLevelManagedProperty requiredLevel = default(MicrosoftDynamicsCRMAttributeRequiredLevelManagedProperty), string schemaName = default(string), int?sourceType = default(int?), string calculationOf = default(string), string formulaDefinition = default(string), string imeMode = default(string), bool?isBaseCurrency = default(bool?), double?maxValue = default(double?), double?minValue = default(double?), int?precision = default(int?), int?precisionSource = default(int?), int?sourceTypeMask = default(int?))
     : base(hasChanged, metadataId, attributeOf, attributeType, attributeTypeName, canBeSecuredForCreate, canBeSecuredForRead, canBeSecuredForUpdate, canModifyAdditionalSettings, columnNumber, deprecatedVersion, description, displayName, entityLogicalName, inheritsFrom, introducedVersion, isAuditEnabled, isCustomAttribute, isCustomizable, isFilterable, isGlobalFilterEnabled, isLogical, isManaged, isPrimaryId, isPrimaryName, isRenameable, isRetrievable, isSearchable, isSecured, isSortableEnabled, isValidForAdvancedFind, isValidForCreate, isValidForRead, isValidForUpdate, linkedAttributeId, logicalName, requiredLevel, schemaName, sourceType)
 {
     CalculationOf     = calculationOf;
     FormulaDefinition = formulaDefinition;
     ImeMode           = imeMode;
     IsBaseCurrency    = isBaseCurrency;
     MaxValue          = maxValue;
     MinValue          = minValue;
     Precision         = precision;
     PrecisionSource   = precisionSource;
     SourceTypeMask    = sourceTypeMask;
     CustomInit();
 }
Пример #14
0
 /// <summary>
 /// Initializes a new instance of the
 /// MicrosoftDynamicsCRMStateOptionMetadata class.
 /// </summary>
 public MicrosoftDynamicsCRMStateOptionMetadata(string color = default(string), MicrosoftDynamicsCRMLabel description = default(MicrosoftDynamicsCRMLabel), bool?hasChanged = default(bool?), bool?isManaged = default(bool?), MicrosoftDynamicsCRMLabel label = default(MicrosoftDynamicsCRMLabel), string metadataId = default(string), int?value = default(int?), int?defaultStatus = default(int?), string invariantName = default(string))
     : base(color, description, hasChanged, isManaged, label, metadataId, value)
 {
     DefaultStatus = defaultStatus;
     InvariantName = invariantName;
     CustomInit();
 }