Class JsonPocoModelBuildTask
Contains the logic for compiliong json poco definitions into c# poco models
Implements
Microsoft.Build.Framework.ITask
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 JsonPocoModelBuildTask : BuildTaskBase
Constructors
| Improve this Doc View SourceJsonPocoModelBuildTask()
Initialize new json poco model build task
Declaration
public JsonPocoModelBuildTask()
Properties
| Improve this Doc View SourceModelFiles
Gets or sets a list of json model files that will be compiled
Declaration
public IList<string> ModelFiles { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |
Methods
| Improve this Doc View SourceExecute()
Compile json to c# poco model
Declaration
public override bool Execute()
Returns
Type | Description |
---|---|
System.Boolean | True when the compiling process was successfull |
Overrides
Implements
Microsoft.Build.Framework.ITask