The DataPropertyRegistry type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AddProperty |
Adds a new DataProperty.
|
![]() |
ContainsProperty |
Checks if the property named exists in the given
DataPropertyClass.
|
![]() |
GetProperties |
Gets all the properties for a DataPropertyClass.
|
![]() |
GetProperty |
Gets the property with the given name.
|
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
RemoveProperty(DataPropertyClass, DataProperty) |
Removes a custom property from the registry.
|
![]() |
RemoveProperty(DataPropertyClass, String) |
Removes a custom property from the registry.
|
![]() |
TryGetProperty |
Tries to get a property with a given name.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IServiceProviderGetService |
Implements IServiceProvider.
(Inherited from Node.) |
![]() ![]() |
INodeContextGetAncestorT |
Implements GetAncestorT.
(Inherited from DocumentNode.) |
![]() ![]() |
INodeContextGetServiceT |
Implements GetServiceT.
(Inherited from DocumentNode.) |
![]() ![]() |
INodeContextIsDescendantOf |
Implements IsDescendantOf(DocumentNode).
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsBeginAggregatedTransaction |
Implements BeginAggregatedTransaction.
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsExecuteInvisibleTransaction |
Implements ExecuteInvisibleTransaction(Executor).
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsExecuteStickyTransaction |
Implements ExecuteStickyTransaction(Guid, Executor).
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsExecuteTransaction |
Implements ExecuteTransaction(Executor).
(Inherited from DocumentNode.) |
See Also