Skip to content

Correct/Update documentation #66

Description

@charbull

Hello,

With the RomatincWeb version 1.0.0-rc1, if there is ICollection or IList the annotation should state "Collection" instead of "Property" in the documentation?
http://romanticweb.net/docs/basic-usage/mapping/

using RomanticWeb.Mapping.Attributes;
using RomanticWeb.Mapping.Model;

public interface IPerson : IEntity
{
[Property("http://xmlns.com/foaf/0.1/givenName")]
string Name { get; set; }

[Property("http://xmlns.com/foaf/0.1/familyName")]
string LastName { get; set; }

[Property("http://xmlns.com/foaf/0.1/knows")]
ICollection<IPerson> Friends { 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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions