Implement checkpoint modes with docs/tests and reorganize project file layout
This commit is contained in:
14
src/CBDD.Bson/Metadata/Attributes.cs
Executable file
14
src/CBDD.Bson/Metadata/Attributes.cs
Executable file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
|
||||
namespace ZB.MOM.WW.CBDD.Bson
|
||||
{
|
||||
[AttributeUsage(AttributeTargets.Property)]
|
||||
public class BsonIdAttribute : Attribute
|
||||
{
|
||||
}
|
||||
|
||||
[AttributeUsage(AttributeTargets.Property)]
|
||||
public class BsonIgnoreAttribute : Attribute
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user