Edit

Share via


Class PFEntityKey

PFEntityKey data model. Combined entity type and ID structure which uniquely identifies a single entity.

public class PFEntityKey

Public Members

name description
PFEntityKey(…) Initializes a new instance of the PFEntityKey class. Pass in a PlayFabAuthenticationContext authContext returned by a PlayFab login method. (2 constructors)
Id { get; set; } Unique ID of the entity.
Type { get; set; } Entity type. See Available built-in entity types.

Remarks

For more information about entities, see Entities/data/entities/.

See Also