FormBuildDataSource Class

Definition

The FormBuildDataSource class lets you create, read, update, and delete X++ code and metadata.

public ref class FormBuildDataSource : Dynamics::AX::Application::FormBuildObjectSet
[Microsoft.Dynamics.Ax.Xpp.KernelClass]
public class FormBuildDataSource : Dynamics.AX.Application.FormBuildObjectSet
[<Microsoft.Dynamics.Ax.Xpp.KernelClass>]
type FormBuildDataSource = class
    inherit FormBuildObjectSet
Public Class FormBuildDataSource
Inherits FormBuildObjectSet
Inheritance
Microsoft.Dynamics.AX.KernelInterop.ProxyBase
FormBuildDataSource
Attributes

Remarks

Make sure that the user has access to the development security key (SysDevelopment) before this API is called.

Constructors

FormBuildDataSource()
FormBuildDataSource(IntPtr)

Fields

__k_FormBuildDataSourceId
kernelClass (Inherited from XppObjectBase)

Methods

__shouldCallNew(Type) (Inherited from XppObjectBase)
addReferenceDataSource(String)
addReferenceDataSource(String, String)
addXppProxyReference(Type, Object) (Inherited from XppObjectBase)
allowCheck()
allowCheck(Boolean)
allowCreate()
allowCreate(Boolean)
allowDeferredLoad()
allowDeferredLoad(Boolean)
allowDelete()
allowDelete(Boolean)
allowEdit()

Determines whether the user can change the contents of the control.

allowEdit(Boolean)
autoNotify()
autoNotify(Boolean)
autoQuery()
autoQuery(Boolean)
autoSearch()
autoSearch(Boolean)
baseDataSource()
Call(String, Object[], Type[], Object[]) (Inherited from XppObjectBase)
cancelTimeOut(Int32) (Inherited from XppObjectBase)
company()
company(String)
counterField()
counterField(Int32)
createKernelClass(Object[], Type[], Object[]) (Inherited from XppObjectBase)
crossCompanyAutoQuery()
crossCompanyAutoQuery(Boolean)
delayActive()
delayActive(Boolean)
equal(XppObjectBase) (Inherited from XppObjectBase)
extends()
extends(Object)
finalize() (Inherited from FormBuildObjectSet)
GetIntPtr() (Inherited from XppObjectBase)
GetKernelInstanceUniqueId() (Inherited from XppObjectBase)
getTimeOutTimerHandle() (Inherited from XppObjectBase)
GetXppILImplementation()
getXppProxyReference(Type) (Inherited from XppObjectBase)
handle()
id() (Inherited from FormBuildObjectSet)
index()
index(Int32)
insertAtEnd()
insertAtEnd(Boolean)
insertIfEmpty()
insertIfEmpty(Boolean)
isBaseDataSource()
isInheritanceDataSource()
IsManagedValid() (Inherited from XppObjectBase)
isMasterDataSource()
joinRelation()
joinRelation(String)
joinSource()
joinSource(Object)
kernelhandle()
KernelInstanceDisposed() (Inherited from XppObjectBase)
linkType()
linkType(Int32)
MakeReflectionCall(String, Object[]) (Inherited from XppObjectBase)
masterDataSource()
maxAccessRight()
maxAccessRight(Int32)
maxRecordsToLoad()
maxRecordsToLoad(Int32)
name()

Gets or sets the name that is used in code to identify a form, report, table, query, or another MSDAX application object.

name(String)
newmethod() (Inherited from XppObjectBase)
notify() (Inherited from XppObjectBase)
notifyAll() (Inherited from XppObjectBase)
objectOnServer()
Obsolete.
(Inherited from XppObjectBase)
onlyFetchActive()
onlyFetchActive(Boolean)
optionalRecordMode()
optionalRecordMode(Int32)
RegisterXppDataFieldILImplementation(String, String)
RegisterXppILImplementation(String)
SetDataLinkType(QueryDataLinkType, String)
setTimeOut(String, Int32)
Obsolete.
(Inherited from XppObjectBase)
setTimeOut(String, Int32, Boolean)
Obsolete.
(Inherited from XppObjectBase)
startPosition()
startPosition(Int32)
table()

Gets or sets the table ID associated with the object.

table(Int32)
usageCount() (Inherited from XppObjectBase)
validTimeStateAutoQuery()
validTimeStateAutoQuery(Int32)
validTimeStateUpdate()
validTimeStateUpdate(Int32)
VerifyKernelClass() (Inherited from XppObjectBase)
wait() (Inherited from XppObjectBase)
Xml() (Inherited from XppObjectBase)
Xml(Int32) (Inherited from XppObjectBase)

Applies to