Code Monkey home page Code Monkey logo

ndapi's People

Contributors

felipebz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

ndapi's Issues

Find a better way to implement metadata-related classes

Currently, the NdapiMetaObject requires the PropertyAttribute in every property of the class, to extract its metadata.

So, a simple property becames:

[Property(NdapiConstants.D2FP_COMMENT)]
public string Comment
{
    get { return GetStringProperty(NdapiConstants.D2FP_COMMENT); }
    set { SetStringProperty(NdapiConstants.D2FP_COMMENT, value); }
}

Ideally, the code would have to be like:

[Property(NdapiConstants.D2FP_COMMENT)]
public string Comment { get; set; }

The getter and setter code would be injected in compile time, calling the right GetProperty and SetProperty.

Support menu modules

Wrap D2FMMD.

  • Properties
  • Documentation

Menu module methods:

  • d2fmmdco_CompileObj
  • d2fmmdcf_CompileFile
  • d2fmmdld_Load
  • d2fmmdsv_Save
  • d2fmmdfv_FileVersion
  • d2fmmdar_AddRole
  • d2fmmdrr_RemoveRole
  • d2fmmdgr_GetRole

Support trigger steps

Wrap D2FTSP.

  • Properties
  • Documentation

Attached library methods:

  • d2ftspco_CompileObj

Support triggers

Wrap D2FTRG.

  • Properties
  • Documentation

Trigger methods:

  • d2ftrgco_CompileObj

Support form modules

Wrap D2FFMD.

  • Properties
  • Documentation

Form module methods:

  • d2ffmdco_CompileObj
  • d2ffmdcf_CompileFile
  • d2ffmdld_Load
  • d2ffmdsv_Save
  • d2ffmdfv_FileVersion

Support object libraries

Wrap D2FOLB.

  • Properties
  • Documentation

Object library methods:

  • d2folbao_AddObj
  • d2folbro_RemoveObj
  • d2folbf2_Findobjbypos
  • d2folbld_Load
  • d2folbsv_Save
  • d2folbfv_FileVersion
  • d2folbss_SetSmartclass
  • d2folbis_IsSmartclassed
  • d2folbsd_SetDesc
  • d2folbgd_GetDesc
  • d2folbot_ObjTabname

Support graphics

Wrap D2FGRA.

  • Properties
  • Documentation

Graphic methods:

  • d2fgraim_importImage

Support property utilities

Wrap D2FPR.

Methods:

  • d2fprgt_GetType
  • d2fprgn_GetName
  • d2fprgcn_GetConstName
  • d2fprgcv_GetConstValue
  • d2fprgvn_GetValueName

Support menu parameters

Wrap D2FMPM.

  • Properties
  • Documentation

Menu parameter methods:

  • d2fmpmaam_AddAssocMenu
  • d2fmpmram_RemoveAssocMenu
  • d2fmpmgam_GetAssocMenu

Support items

Wrap D2FITM.

  • Properties
  • Documentation

Item methods:

  • d2fitmco_CompileObj
  • d2fitmile_InsertListElem
  • d2fitmdle_DeleteListElem
  • d2fitmgle_GetListElem

Support menu items

Wrap D2FMNI.

  • Properties
  • Documentation

Menu methods:

  • d2fmnico_CompileObj
  • d2fmniar_AddRole
  • d2fmnirr_RemoveRole
  • d2fmnigr_GetRole

Support context

Wrap D2FCTX.

  • Properties
  • Documentation

Context methods:

  • d2fctxcr_Create
  • d2fctxde_Destroy
  • d2fctxcn_Connect
  • d2fctxdc_Disconnect
  • d2fctxbv_BuilderVersion
  • d2fctxcf_ConvertFile
  • d2fctxbi_BuiltIns

Support generic objects

Wrap D2FOB.

  • Properties
  • Documentation

Object methods:

  • d2fobcr_Create
  • d2fobde_Destroy
  • d2fobdu_Duplicate
  • d2fobsc_SubClass
  • d2fobfo_FindObj
  • d2fobmv_Move
  • d2fobqt_QueryType
  • d2fobg?_Get*Prop
  • d2fobs?_Set*Prop
  • d2fobhp_HasProp
  • d2fobip_InheritProp
  • d2fobii_IspropInherited
  • d2fobid_IspropDefault
  • d2fobis_IsSubclassed
  • d2fobgcv_GetConstValue
  • d2fobgcn_GetConstName
  • d2fobre_Replicate
  • d2fobra_Reattach

Support blocks

Wrap D2FBLK.

  • Properties
  • Documentation

Block methods:

  • d2fblkco_CompileObj

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.