Table of Contents

Class ProfileObjectEntity

Namespace
ActivityPub.Types.AS.Extended.Object
Assembly
ActivityPub.Types.dll

A Profile is a content object that describes another Object, typically used to describe Actor Type objects. The describes property is used to reference the object being described by the profile.

public sealed class ProfileObjectEntity : ASEntity<ProfileObject, ProfileObjectEntity>
Inheritance
ProfileObjectEntity
Inherited Members

Properties

Describes

On a Profile object, the describes property identifies the object described by the Profile.

[JsonPropertyName("describes")]
public ASObject? Describes { get; set; }

Property Value

ASObject
See Also