Class ModelPropertyDefinition
Contains a single property definition
Inheritance
System.Object
ModelPropertyDefinition
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 ModelPropertyDefinition
Properties
| Improve this Doc View SourceName
Gets or sets the name of the property
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Gets or sets the type of the property
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |