FieldModel Class

Namespace
Kampute.DocToolkit.Models
Assembly
  • Kampute.DocToolkit.dll

Definition

Represents a documentation model for a field within a type.
public class FieldModel : TypeMemberModel<IField>
Inheritance

Thread Safety

All public members of the type are guaranteed to be thread-safe.

Constructors

FieldModel(TypeModel, IField)Initializes a new instance of the FieldModel class.

Properties

ModelTypeGets the type of the documentation model.