public sealed class BusinessContext : IMessage<BusinessContext>, IEquatable<BusinessContext>, IDeepCloneable<BusinessContext>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class BusinessContext.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `BusinessContext` class provides a way to define the business context of an entry within the Data Catalog v1 API."],["This class is available across multiple versions of the Data Catalog v1 API, from version 1.2.0 up to the latest version 2.14.0."],["The `BusinessContext` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["`BusinessContext` includes properties such as `Contacts` and `EntryOverview`, which are used for providing contact information and rich text descriptions for an entry."],["The `BusinessContext` class can be constructed using a default constructor, or a constructor taking another BusinessContext object."]]],[]]