Share via


Referencia de tabla o entidad Language (LanguageLocale)

Nota

¿No está seguro de tabla frente a entidad? Vea Desarrolladores: comprender la terminología en Microsoft Dataverse.

Language

Mensajes

Mensaje Operación de API web Método o clase de SDK
Retrieve GET [org URI]/api/data/v9.0/languagelocale(languagelocaleid)
Vea Recuperar
RetrieveRequest o
Retrieve
RetrieveMultiple GET [org URI]/api/data/v9.0/languagelocale
Vea Consultar datos
RetrieveMultipleRequest o
RetrieveMultiple
SetState PATCH [org URI]/api/data/v9.0/languagelocale(languagelocaleid)
Actualizar propiedades statecode y statuscode.
SetStateRequest
Update PATCH [org URI]/api/data/v9.0/languagelocale(languagelocaleid)
Vea Actualizar
UpdateRequest o
Update

Propiedades

Propiedad Valor
CollectionSchemaName LanguageLocales
DisplayCollectionName Languages
DisplayName Language
EntitySetName languagelocale
IsBPFEntity False
LogicalCollectionName languagelocales
LogicalName languagelocale
OwnershipType OrganizationOwned
PrimaryIdAttribute languagelocaleid
PrimaryNameAttribute name
SchemaName LanguageLocale

Columnas/atributos que se pueden escribir

Estas columnas o atributos devuelven true para IsValidForCreate o IsValidForUpdate (generalmente ambos). Listado por SchemaName.

LanguageLocaleId

Propiedad Valor
Description LanguageLocaleId
DisplayName
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName languagelocaleid
RequiredLevel SystemRequired
Type Uniqueidentifier

LocaleId

Propiedad Valor
Description Locale ID
DisplayName Locale ID
Format None
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName localeid
MaxValue 2147483647
MinValue 1
RequiredLevel SystemRequired
Type Integer

statecode

Propiedad Valor
Description State Code
DisplayName State Code
IsValidForCreate False
IsValidForForm True
IsValidForRead True
LogicalName statecode
RequiredLevel SystemRequired
Type State

Elecciones/opciones de statecode

Valor Etiqueta Estado predeterminado Nombre invariable
0 Active 1 Active
1 Inactive 2 Inactive

statuscode

Propiedad Valor
Description Language Status Code
DisplayName Language Status Code
IsValidForForm True
IsValidForRead True
LogicalName statuscode
RequiredLevel None
Type Status

Elecciones/opciones de statuscode

Valor Etiqueta Estado
1 Active 0
2 Inactive 1

Columnas/atributos de sólo lectura

Estas columnas o atributos devuelven false tanto para IsValidForCreate como para IsValidForUpdate. Listado por SchemaName.

Code

Propiedad Valor
Description Code
DisplayName Code
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName code
MaxLength 100
RequiredLevel SystemRequired
Type String

Language

Propiedad Valor
Description Language
DisplayName Language
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName language
MaxLength 100
RequiredLevel SystemRequired
Type String

Name

Propiedad Valor
Description Name
DisplayName Name
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName name
MaxLength 100
RequiredLevel SystemRequired
Type String

OrganizationId

Propiedad Valor
Description Unique identifier of the organization associated with the language locale.
DisplayName Organization
IsValidForForm False
IsValidForRead True
LogicalName organizationid
RequiredLevel SystemRequired
Targets organization
Type Lookup

Region

Propiedad Valor
Description Region
DisplayName Region
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName region
MaxLength 100
RequiredLevel None
Type String

VersionNumber

Propiedad Valor
Description
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName versionnumber
MaxValue 9223372036854775807
MinValue -9223372036854775808
RequiredLevel None
Type BigInt

Relaciones de uno a varios

Listado por SchemaName.

knowledgearticle_languagelocaleid

Igual que la relación de varios a uno knowledgearticle_languagelocaleid de la tabla knowledgearticle.

Propiedad Valor
ReferencingEntity knowledgearticle
ReferencingAttribute languagelocaleid
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName knowledgearticle_languagelocaleid
AssociatedMenuConfiguration Behavior: UseCollectionName
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: Restrict
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

Relaciones de varios a uno

Cada relación de varios a uno se define mediante una relación de uno a varios correspondiente con la tabla relacionada. Listado por SchemaName.

languagelocale_organization

Consulte la relación de uno a varios languagelocale_organization de la tabla organization.

Consultar también

Referencia de tabla o entidad de Dataverse Referencia de la API web languagelocale EntityType