Class ModelDefinition
Contains the definition for a mode class
Inheritance
System.Object
ModelDefinition
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.CXUI.JsonPoco
Assembly: Simplic.CXUI.JsonPoco.dll
Syntax
public class ModelDefinition
Properties
| Improve this Doc View SourceName
Gets or sets the name of the class
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Namespace
Gets or sets the model namespace
Declaration
public string Namespace { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Properties
Gets or sets all properties that will be included into the class
Declaration
public IList<ModelPropertyDefinition> Properties { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<ModelPropertyDefinition> |