InheritanceMask Class
The InheritanceMask class lists the values for inheritance for businesses. Please note that although the APIs may accept any value, these are the valid values.
This class does not need instantiation or initialization because the fields represent constant integer values. These values are intended to be used when constructing XML string parameters used in the Microsoft CRM APIs.
System.Object
InheritanceMask
[Visual Basic .NET]
Public Class InheritanceMask
Inherits System.Object
[C#]
public class InheritanceMask: System.Object
[C++]
public __gc class InheritanceMask: public System.Object
The InheritanceMask class exposes the following integer fields.
Field | Value | Description |
BIZ_INHERIT_ALL | BIZ_INHERIT_PROCESSTEMPLATE |
BIZ_INHERIT_EMAILTEMPLATE | BIZ_INHERIT_REFERRALSOURCE | BIZ_INHERIT_COMPETITOR | BIZ_INHERIT_SALESPROCESS | BIZ_MUST_INHERIT_PROCESSTEMPLATE | BIZ_MUST_INHERIT_EMAILTEMPLATE | BIZ_MUST_INHERIT_REFERRALSOURCE | BIZ_MUST_INHERIT_COMPETITOR | BIZ_MUST_INHERIT_SALESPROCESS |
Sets the flags for all of the inheritance values. |
BIZ_INHERIT_COMPETITOR | 0x0000008 | Business inherits competitors from parent business. |
BIZ_INHERIT_EMAILTEMPLATE | 0x00000002 | Business inherits e-mail templates from parent business. |
BIZ_INHERIT_NONE | 0x00000000 | Does not inherit from parent business. |
BIZ_INHERIT_PROCESSTEMPLATE | 0x00000001 | Child business units must inherit process templates from this business. |
BIZ_INHERIT_REFERRALSOURCE | 0x00000004 | Child business units must inherit referral sources from this business. |
BIZ_INHERIT_SALESPROCESS | 0x00000010 | Business inherits sale processes from parent business. |
BIZ_MUST_INHERIT_COMPETITOR | 0x00000100 | Business inherits competitors from parent business. |
BIZ_MUST_INHERIT_EMAILTEMPLATE | 0x0000040 | Child business units must inherit e-mail templates from this business. |
BIZ_MUST_INHERIT_PROCESSTEMPLATE | x00000020 | Business inherits process templates from parent business. |
BIZ_MUST_INHERIT_REFERRALSOURCE | 0x0000080 | Child business units must inherit referral sources from this business. |
BIZ_MUST_INHERIT_SALESPROCESS | 0x00000200 | Business inherits sale processes from parent business. |
Requirements
Namespace: Microsoft.Crm.Platform.Types
Assembly: Microsoft.Crm.Platform.Types.dll
See Also