Back to Devexpress

XPInstantFeedbackSource(IServiceProvider, Type) Constructor

xpo-devexpress-dot-xpo-dot-xpinstantfeedbacksource-dot-ctor-x28-system-dot-iserviceprovider-system-dot-type-x29.md

latest1.9 KB
Original Source

XPInstantFeedbackSource(IServiceProvider, Type) Constructor

Initializes a new instance of the XPInstantFeedbackSource class with specified settings.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public XPInstantFeedbackSource(
    IServiceProvider serviceProvider,
    Type objectType
)
vb
Public Sub New(
    serviceProvider As IServiceProvider,
    objectType As Type
)

Parameters

NameTypeDescription
serviceProviderIServiceProvider

An object that implements the IServiceProvider interface. This object is assigned to the ServiceProvider property of the XPInstantFeedbackSource’s default session.

| | objectType | Type |

A Type object that specifies the type of a persistent class describing the target data table. This value is used to initialize the XPInstantFeedbackSource.ObjectType property.

|

See Also

XPInstantFeedbackSource Class

XPInstantFeedbackSource Members

DevExpress.Xpo Namespace