Back to Devexpress

XPInstantFeedbackSource(Type) Constructor

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

latest1.4 KB
Original Source

XPInstantFeedbackSource(Type) Constructor

Initializes a new instance of the XPInstantFeedbackSource class for the specified persistent class.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

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

Parameters

NameTypeDescription
objectTypeType

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

|

See Also

XPInstantFeedbackSource Class

XPInstantFeedbackSource Members

DevExpress.Xpo Namespace