Class Docs.TypeDefinition
Represents a type definition in the API documentation.
public class Docs.TypeDefinition
- Inheritance
-
Docs.TypeDefinition
- Inherited Members
Properties
- AccessControlled
Gets or sets a value indicating whether the type is access controlled.
- AutoGenerated
Gets or sets a value indicating whether the type is auto-generated.
- CanCreate
Gets or sets a value indicating whether the type can be created.
- CanDelete
Gets or sets a value indicating whether the type can be deleted.
- CanModify
Gets or sets a value indicating whether the type can be modified.
- ChildCollections
Gets or sets the child collections of the type.
- Collection
Gets or sets the collection of the type.
- Name
Gets or sets the name of the type.
- Namespace
Gets or sets the namespace of the type.
- RequiresDriver
Gets or sets a value indicating whether the type requires a driver.