Search Results for

    Show / Hide Table of Contents

    Class JsonPocoModelBuildTask

    Contains the logic for compiliong json poco definitions into c# poco models

    Inheritance
    System.Object
    BuildTaskBase
    JsonPocoModelBuildTask
    Implements
    Microsoft.Build.Framework.ITask
    Inherited Members
    BuildTaskBase.BuildEngine
    BuildTaskBase.CXUIBuildEngine
    BuildTaskBase.HostObject
    BuildTaskBase.TempOutputDirectory
    BuildTaskBase.Assemblies
    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 Source

    JsonPocoModelBuildTask()

    Initialize new json poco model build task

    Declaration
    public JsonPocoModelBuildTask()

    Properties

    | Improve this Doc View Source

    ModelFiles

    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 Source

    Execute()

    Compile json to c# poco model

    Declaration
    public override bool Execute()
    Returns
    Type Description
    System.Boolean

    True when the compiling process was successfull

    Overrides
    BuildTaskBase.Execute()

    Implements

    Microsoft.Build.Framework.ITask
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx