Skip to content

ModelGenerator: add option to create just custom fields #86

Description

@tone711

Add a new option to the ModelGenerator, "-use-base-models", that incorporates the existing NetCoreForce.Models.

For example, when creating the object "Account", with the prefix "MyCustom" and the new "-use-base-models" flag, it creates the class like doc example.

public class MyCustomAccount : SfAccount
{
    public string MyCustomField__c { get; set; }
    public string MyOtherField__c { get; set; }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions