PropertyFunctionFactory Methods |
The PropertyFunctionFactory type exposes the following members.
Name | Description | |
---|---|---|
AddFactory |
Adds a globally registered factory.
| |
IsPropertyFunction(Uri) |
Gets whether a URI is considered a property function by the global factories.
| |
IsPropertyFunction(Uri, IEnumerableIPropertyFunctionFactory) |
Gets whether a URI is considered a property function by any global/local factory.
| |
IsRegisteredFactory(Type) |
Gets whether a factory is registered.
| |
IsRegisteredFactory(IPropertyFunctionFactory) |
Gets whether a factory is registered.
| |
RemoveFactory |
Removes a globally registered factory.
| |
TryCreatePropertyFunction(PropertyFunctionInfo, IPropertyFunctionPattern) |
Tries to create a property function.
| |
TryCreatePropertyFunction(PropertyFunctionInfo, IEnumerableIPropertyFunctionFactory, IPropertyFunctionPattern) |
Tries to create a property function.
|