Class Model
public class Model
- Inheritance
-
Model
- Derived
- Inherited Members
- Extension Methods
Constructors
Model()
public Model()
Properties
Description
public string Description { get; set; }
Property Value
Identifier
public Guid Identifier { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
Slug
public string Slug { get; set; }
Property Value
Type
public string Type { get; set; }