DictDataEntity Class

Definition

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

Constructors

DictDataEntity()
DictDataEntity(Int32)
DictDataEntity(IntPtr)

Fields

__k_DictDataEntityId
kernelClass (Inherited from XppObjectBase)

Methods

__shouldCallNew(Type)
addXppProxyReference(Type, Object) (Inherited from XppObjectBase)
Aosauthsetting()

Retrieves an AOSAuthorization system enumeration value that specifies the type of operation that a user can perform on a table, depending on the permissions of the user.

(Inherited from DictTable)
Cachelookup()

Returns the record cache level for the table.

(Inherited from DictTable)
Cachesize()

Returns the cache size for the table, in the number of records.

(Inherited from DictTable)
Call(String, Object[], Type[], Object[]) (Inherited from XppObjectBase)
Callobject(String, Common, Object[])

Calls the specified object method for a table.

(Inherited from DictTable)
Callstatic(String, Object[])

Calls the specified static method for a table.

(Inherited from DictTable)
cancelTimeOut(Int32) (Inherited from XppObjectBase)
Clusterindex()

Returns the ID of the clustered index for the table.

(Inherited from DictTable)
Clusterindex(Boolean) (Inherited from DictTable)
collectionName() (Inherited from DictView)
computedColumnString(String, String)

Retrieves the table alias.

(Inherited from DictView)
computedColumnString(String, String, FieldNameGenerationMode) (Inherited from DictView)
computedColumnString(String, String, FieldNameGenerationMode, Boolean) (Inherited from DictView)
Configurationkeyid()

Returns the ID of the configuration key for the table.

(Inherited from DictTable)
createKernelClass(Object[], Type[], Object[]) (Inherited from XppObjectBase)
dataManagementEnabled()
dataManagementStagingTable()
Dataperpartition()

Returns a value that indicates whether the data of the table is saved on a per-partition basis, and corresponds to the SaveDataPerPartition property of the table.

(Inherited from DictTable)
Dataprcompany()

Returns a value that indicates whether the data of the table is saved on a per-company basis, and corresponds to the SaveDataPerCompany property of the table.

(Inherited from DictTable)
datasourceCnt()

Counts data sources in the view.

(Inherited from DictView)
datasourceDataareaIdName(Int32)

Retrieves the SQL name that is used in the view definition to identify the legal entity of the data source.

(Inherited from DictView)
dataSourceId2Name(Int32)
datasourceID2TableId(Int32)
dataSourceIsReadOnly(String)
datasourceTableId(Int32)

Retrieves the table ID of the indexed data source.

(Inherited from DictView)
Deleteactioncnt()

Retrieves the number of delete actions for the table.

(Inherited from DictTable)
Deleteactionrelation(Int32) (Inherited from DictTable)
Deleteactiontableid(Int32)

Returns the table ID of a table's delete action that is specified by an index.

(Inherited from DictTable)
Deleteactiontype(Int32)

Retrieves the type of a delete action for a table.

(Inherited from DictTable)
Developerdocumentation() (Inherited from DictTable)
Developerdocumentationlabelid() (Inherited from DictTable)
Doesmethodexist(String)

Checks whether a given method exists on the table.

(Inherited from DictTable)
DoesMethodExist(String) (Inherited from DictTable)
Enabled()

Returns a value that indicates whether the table is enabled.

(Inherited from DictTable)
enableSetBasedSqlOperations()
Enforcerelationrules() (Inherited from DictTable)
entityCategory()
Entityrelationshiptype() (Inherited from DictTable)
equal(XppObjectBase) (Inherited from XppObjectBase)
Extendedby() (Inherited from DictTable)
Extendedby(Boolean) (Inherited from DictTable)
Extends()

Returns the table ID of a base table.

(Inherited from DictTable)
fieldAggregation(Int32)

Retrieves the type of aggregation that a given field performs.

(Inherited from DictView)
Fieldcnt()

Returns the number of fields for a table.

(Inherited from DictTable)
Fieldcnt(TableScope) (Inherited from DictTable)
Fieldcnt2id(Int32)

Returns the field ID of the field that is specified by an index.

(Inherited from DictTable)
Fieldcnt2id(Int32, TableScope) (Inherited from DictTable)
fieldDatasource(Int32)

Retrieves the ID of the data source that the given field originates from.

(Inherited from DictView)
fieldDatasourceID(Int32)

Retrieves the ID of the data source in the view that the given field maps to.

(Inherited from DictView)
Fieldgroup(Int32)

Returns the name of a field group that is specified by index.

(Inherited from DictTable)
Fieldgroup(Int32, TableScope) (Inherited from DictTable)
Fieldgroupcnt()

Returns the number of field groups for the table.

(Inherited from DictTable)
Fieldgroupcnt(TableScope) (Inherited from DictTable)
fieldId(Int32)

Retrieves the field ID from the underlying table.

(Inherited from DictView)
Fieldname(Int32)

Returns the name of the field that is specified by field ID.

(Inherited from DictTable)
Fieldname(Int32, DbBackend) (Inherited from DictTable)
Fieldname(Int32, DbBackend, Int32) (Inherited from DictTable)
Fieldname(Int32, DbBackend, Int32, FieldNameGenerationMode) (Inherited from DictTable)
Fieldname(Int32, DbBackend, Int32, FieldNameGenerationMode, String) (Inherited from DictTable)
Fieldname2id(String)

Returns the field ID of a field that is specified by name.

(Inherited from DictTable)
Fieldnext(Int32)

Returns the value of the next field ID during a field iteration of the table.

(Inherited from DictTable)
Fieldnext(Int32, TableScope) (Inherited from DictTable)
Fieldobject(Int32)
Fieldorigin2id(Guid) (Inherited from DictTable)
Fieldorigin2id(Guid, TableScope) (Inherited from DictTable)
Fieldsqldefault(Int32)

Returns the SQL default value for the field that is specified by field ID.

(Inherited from DictTable)
finalize() (Inherited from XppObjectBase)
Formref()

Returns the name of the default form for the table.

(Inherited from DictTable)
Getcountryregioncodes() (Inherited from DictTable)
Getcountryregioncontextfield() (Inherited from DictTable)
getDataSourceTopologicalOrder(DataEntityDatabaseOperation)
getExtendedDataSourceMappedFieldNames(String)
getExtensionDataSourceNames()
getExtensionFieldNames()
getFieldAccessModifier(String) (Inherited from DictView)
getFieldListForReadOnlyDataSource(String)
getForeignKeyMappings(String, String)
GetIntPtr() (Inherited from XppObjectBase)
GetKernelInstanceUniqueId() (Inherited from XppObjectBase)
getTimeOutTimerHandle() (Inherited from XppObjectBase)
getUniqueKeysForDataSource(String)
Getvalidtimestatevalidfromfieldid() (Inherited from DictTable)
Getvalidtimestatevalidtofieldid() (Inherited from DictTable)
getXppProxyReference(Type) (Inherited from XppObjectBase)
handle()
hasDimensionDataSources()
hasExtensionDataSources()
hasExtensionFields()
Hasrecididx()

Returns a value that indicates whether a record ID index for the table is in effect.

(Inherited from DictTable)
Hassurrogatekey() (Inherited from DictTable)
Id()

Returns the ID of the table.

(Inherited from DictTable)
Indexcnt()

Returns the number of indexes for the table.

(Inherited from DictTable)
Indexcnt2id(Int32) (Inherited from DictTable)
Indexname(Int32)

Returns the name of an index that is specified by the indexId parameter.

(Inherited from DictTable)
Indexname(Int32, DbBackend) (Inherited from DictTable)
Indexname2id(String)

Returns the ID of an index that is specified by name.

(Inherited from DictTable)
Indexnext(Int32)

Returns the value of the next index ID during an index iteration of the table.

(Inherited from DictTable)
Indexobject(Int32)

Creates an instance of the DictTable class for the index that is specified by ID.

(Inherited from DictTable)
Indexunique()

Returns the ID of the unique index for the table.

(Inherited from DictTable)
Instancerelationtype() (Inherited from DictTable)
Isabstract()

Indicates whether this table is abstract.

(Inherited from DictTable)
isAggregateDataEntity()
isAggregatedView()

Checks whether the view is aggregated.

(Inherited from DictView)
Isbasedata()

Indicates whether the table content is base data.

(Inherited from DictTable)
isDataEntity()
IsDataEntity() (Inherited from DictTable)
Isdefaultdata()

Indicates whether the table contains default data.

(Inherited from DictTable)
Isderivedfrom(String)

Indicates whether one table type derives from another.

(Inherited from DictTable)
IsManagedValid() (Inherited from XppObjectBase)
Ismap()

Indicates whether the table is a map.

(Inherited from DictTable)
isPublic() (Inherited from DictView)
isReadOnly()
Issql()

Indicates whether the table is an SQL table.

(Inherited from DictTable)
isStaged() (Inherited from DictView)
Issystemtable()

Indicates whether the table is a system table.

(Inherited from DictTable)
Istempdb() (Inherited from DictTable)
Istmp()

Indicates whether the table is a temporary table.

(Inherited from DictTable)
Isunionallview() (Inherited from DictTable)
isUpdatable()
Isvalidtimestatetable() (Inherited from DictTable)
Isview()

Indicates whether the table is a view.

(Inherited from DictTable)
isVirtualField(String) (Inherited from DictView)
IsXdsPolicyApplicable() (Inherited from DictTable)
kernelhandle()
KernelInstanceDisposed() (Inherited from XppObjectBase)
Label()

Returns the label text for the table.

(Inherited from DictTable)
Labeldefined()

Returns the value of the label property for the table.

(Inherited from DictTable)
listOfDataEntities()
Listpageref() (Inherited from DictTable)
Makerecord()

Creates a blank record for the table.

(Inherited from DictTable)
MakeReflectionCall(String, Object[]) (Inherited from XppObjectBase)
Mapcnt()

Returns the count of available table mappings for the map that is specified by this DictTable instance.

(Inherited from DictTable)
Mapobject(Int32)

Creates an instance of the [T: DictTableMap] class for a mapping that is specified by index.

(Inherited from DictTable)
Maxaccessmode()

Returns the value of the MaxAccessMode property for a table, as set in the AOT.

(Inherited from DictTable)
messagingRole() (Inherited from DictView)
modules()
Name()

Retrieves the name of the table.

(Inherited from DictTable)
Name(DbBackend) (Inherited from DictTable)
Name(DbBackend, Boolean) (Inherited from DictTable)
newmethod() (Inherited from XppObjectBase)
newmethod(Int32)

Initializes a new instance of the Object class.

(Inherited from DictView)
notify() (Inherited from XppObjectBase)
notifyAll() (Inherited from XppObjectBase)
Objectmethod(Int32)

Returns the name of an instance method that is specified by index.

(Inherited from DictTable)
Objectmethod(Int32, TableScope) (Inherited from DictTable)
Objectmethodcnt()

Returns the number of instance methods for the table.

(Inherited from DictTable)
Objectmethodcnt(TableScope) (Inherited from DictTable)
Objectmethodobject(Int32)

Returns an instance of the MethodInfo class for an object method that is specified by index.

(Inherited from DictTable)
Objectmethodobject(Int32, TableScope) (Inherited from DictTable)
objectOnServer()
Obsolete.
(Inherited from XppObjectBase)
Occenabled()

Indicates whether the optimistic concurrency mode has been enabled for a table.

(Inherited from DictTable)
OperationalDomain() (Inherited from DictTable)
primaryCompanyContext()
Primaryindex()

Returns the ID of the primary index for the table.

(Inherited from DictTable)
Primaryindex(Boolean) (Inherited from DictTable)
primaryKey()
Primarykeyfield()

Returns the ID of the field that is used for the primary key of the table.

(Inherited from DictTable)
publicCollectionName()
publicEntityName()
query() (Inherited from DictView)
Reindex()

Performs a reindex of the table.

(Inherited from DictTable)
Relation(Int32)

Returns the name of a relation that is specified by index.

(Inherited from DictTable)
Relation(Int32, TableScope) (Inherited from DictTable)
Relationcnt()

Returns the number of relations for the table.

(Inherited from DictTable)
Relationcnt(TableScope) (Inherited from DictTable)
Reloadsecurity()

Reloads the feature key system for the table.

(Inherited from DictTable)
Replacementkey() (Inherited from DictTable)
Reportref()

Returns the name of the default report for the table.

(Inherited from DictTable)
Rights()

Returns the access rights of the current user that is specified for the table.

(Inherited from DictTable)
Rights(Boolean) (Inherited from DictTable)
Securitykeyid()

Returns the ID of the security key for the table.

(Inherited from DictTable)
setTimeOut(String, Int32)
Obsolete.
(Inherited from XppObjectBase)
setTimeOut(String, Int32, Boolean)
Obsolete.
(Inherited from XppObjectBase)
Singularlabel() (Inherited from DictTable)
Singularlabel(Boolean) (Inherited from DictTable)
Staticmethod(Int32)

Returns the name of a static method that is specified by index.

(Inherited from DictTable)
Staticmethodcnt()

Returns the number of static methods for the table.

(Inherited from DictTable)
Staticmethodobject(Int32)

Returns an instance of the MethodInfo class for a static method that is specified by index.

(Inherited from DictTable)
SubscriberAccessLevel() (Inherited from DictTable)
Supportinheritance() (Inherited from DictTable)
supportsSetBasedSqlOperations()
Tablegroup()

Returns the table group for a table.

(Inherited from DictTable)
Tabletype()

Indicates the type of the table.

(Inherited from DictTable)
Titlefield1()

Returns the ID of the field that represents the titleField1 property of the table.

(Inherited from DictTable)
Titlefield1(Boolean) (Inherited from DictTable)
Titlefield1(Boolean, Boolean) (Inherited from DictTable)
Titlefield2()

Returns the ID of the field that represents the titleField2 property of the table.

(Inherited from DictTable)
Titlefield2(Boolean) (Inherited from DictTable)
Titlefield2(Boolean, Boolean) (Inherited from DictTable)
usageCount() (Inherited from XppObjectBase)
Validrelationship() (Inherited from DictTable)
VerifyKernelClass() (Inherited from XppObjectBase)
version() (Inherited from DictView)
Visible()

Determines whether the table is visible.

(Inherited from DictTable)
wait() (Inherited from XppObjectBase)
Xml() (Inherited from XppObjectBase)
Xml(Int32) (Inherited from XppObjectBase)

Applies to