ObjectConstructorInfo Constructors
Provides functionality to access constructor parameters when binding to an ObjectDataSource.| Name | Parameters | Description |
|---|---|---|
| ObjectConstructorInfo() | none | Initializes a new instance of the ObjectConstructorInfo class with the default settings. |
| ObjectConstructorInfo(Parameter[]) | parameters | Initializes a new instance of the ObjectConstructorInfo class with the specified constructor parameters. |
| ObjectConstructorInfo(IEnumerable<Parameter>) | parameters | Initializes a new instance of the ObjectConstructorInfo class with the specified constructor parameters. |
See Also