Giter Site home page Giter Site logo

aldsoft.acord's People

Contributors

maldworth avatar stephenpatten avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

aldsoft.acord's Issues

MIB 401 builder

I am trying to construct an MIB Inquiry (v=2.38) request but when I get to the MIBRequest object there is no builder, am I missing something or would I have to implement builder on my own or is it possible to form the request with the library as is?

        var builder = TXLife_Type.CreateBuilder()
            .Version("2.38.00")
            .AddTXLifeRequest(new TXLifeRequest_Type
            {
                PrimaryObjectID= "Context_Holding_1=",
                TransRefGUID = "ACORD_001_Relation_Samples",
                TransType = OLI_LU_TRANS_TYPE_CODES._401,
                TransExeDate = DateTime.Parse("2006-09-28"),
                TransExeTime = DateTime.Parse("12:35:02"),
                TransMode = TRANS_MODE_CODES.OLI_TRANS_MODE_ORIGINAL,
                PendingResponseOK = OLI_LU_BOOLEAN.OLI_BOOL_FALSE,
                TestIndicator = OLI_LU_BOOLEAN.OLI_BOOL_TRUE,
                MIBRequest = MIBRequest_Type.CreateBuilder() //doesn't exist

XML documentation file

Could you enable XML documentation file and include it into the nuget package. It would be great to have IntelliSense in VS.

I have tried to build your project via gulp, but it failed, so I can't make PR.

Life_Type as child of Policy_Type

I wanted to add <Life> node under TXLifeRequest/OLifE/Holding/Policy and I noticed that the Policy_Type doesn't have a Life property. Upon inspecting the type I found the annotations on Item1 property

[XmlElement("Annuity", typeof (Annuity_Type))]
    [XmlElement("DisabilityHealth", typeof (DisabilityHealth_Type))]
    [XmlElement("Life", typeof (Life_Type))]
    [XmlElement("PropertyandCasualty", typeof (PropertyandCasualty_Type))]
    public object Item1
    {
      get; 
      set;
    }

Why isn't there a property for DisabilityHealth, Life and PropertyandCasualty?

TXLife2 xsd question

Hello,

First off, thank you for an awesome library.

I have access to the Acord xsds, and have a copy of xsd2code++, but there are 4 of them

TXLife2.40.00.xsd
TXLife2.40.00clean.xsd
TXLife2.40.00enum.xsd
TXLife2.40.00fulldoc.xsd

Which one do you use to gen the TX? I'm also wanting to gen without IPropertyNotify and may split the classes.

Any help would be appreciated. I 'could' PR it too if you wanted.

Thank you,
Stephen

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.