Create a instance of DataAncestorProviderAttribute given the dataAncestorProviderType type.
Namespace: Composite.Data.HierarchyAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
| C# |
|---|
public DataAncestorProviderAttribute( Type dataAncestorProviderType ) |
| Visual Basic |
|---|
Public Sub New ( _ dataAncestorProviderType As Type _ ) |
| Visual C++ |
|---|
public: DataAncestorProviderAttribute( Type^ dataAncestorProviderType ) |
Parameters
- dataAncestorProviderType
- Type: System..::..Type
The type that can resolve parent relations. See IDataAncestorProvider.