| AutoCompletePropertyInfo Constructor |
Creates a new instance of the auto complete property information class
Namespace:
SanteDB.Rest.Common.Operations
Assembly:
SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax public AutoCompletePropertyInfo(
PropertyInfo propertyInfo
)
Public Sub New (
propertyInfo As PropertyInfo
)
public:
AutoCompletePropertyInfo(
PropertyInfo^ propertyInfo
)
new :
propertyInfo : PropertyInfo -> AutoCompletePropertyInfo
Parameters
- propertyInfo
- Type: System.ReflectionPropertyInfo
[Missing <param name="propertyInfo"/> documentation for "M:SanteDB.Rest.Common.Operations.AutoCompletePropertyInfo.#ctor(System.Reflection.PropertyInfo)"]
See Also