MetalamaAPI documentationAspect APIMetalama.​Framework.​EligibilityDescribed­Object<T>
Open sandboxFocus

DescribedObject<T> Class

Encapsulates an object and a human-readable description.

Inheritance
System.Object
DescribedObject<T>
Implements
IDescribedObject<T>
System.IFormattable
Namespace: Metalama.Framework.Eligibility
Assembly: Metalama.Framework.dll
Syntax
public sealed class DescribedObject<T> : Object, IDescribedObject<T>
Type Parameters
Name Description
T

Constructors

Name Description
DescribedObject(T, FormattableString)

Properties

Name Description
Description

Gets the optional human-readable description of Object.

Object

Gets the described object.

See Also