A domain which applies to domains on subtypes. More...
|  Header |  #include <Inherited | 
|  Since |  Esri | 
|  Inherits |  Esri | 
This class was introduced in Esri::ArcGISRuntime 100.0.
Public Functions
| Inherited | |
| Inherited | |
| Inherited | |
| Inherited | |
|  Esri | operator=( | 
|  Esri | operator=(const Esri | 
| virtual | ~ | 
| bool | is | 
Detailed Description
It implies that the domain for a field at the subtype level is the same as the domain for the field at the layer level.
Member Function Documentation
InheritedDomain::InheritedDomain (const Esri::ArcGISRuntime::Domain    &other)  
Converting constructor from other Domain.
See also Downcast helper functions.
InheritedDomain::InheritedDomain (Esri::ArcGISRuntime::InheritedDomain     &&other)  
Move constructor from other InheritedDomain.
InheritedDomain::InheritedDomain (const Esri::ArcGISRuntime::InheritedDomain     &other)  
Copy constructor from other InheritedDomain.
InheritedDomain::InheritedDomain ()  
Default constructor. Creates an empty and invalid InheritedDomain with domainType DomainType::Unknown.
See also DomainType.
Esri::ArcGISRuntime::InheritedDomain     &InheritedDomain::operator=(Esri::ArcGISRuntime::InheritedDomain     &&other)   
Move operator from other InheritedDomain.
Esri::ArcGISRuntime::InheritedDomain     &InheritedDomain::operator=(const Esri::ArcGISRuntime::InheritedDomain     &other)   
Assignment operator from other InheritedDomain.
[override virtual] InheritedDomain::~InheritedDomain  ()  
Destructor.
bool InheritedDomain::isValid () const  
Gets whether this InheritedDomain is valid.
A InheritedDomain is valid if it is not empty and domainType is DomainType::InheritedDomain.
Returns true if valid.
This function was introduced in Esri::ArcGISRuntime 100.2.