Skip to content

Commit

Permalink
Add ColumnIgnoreAttribute to public API snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinungf committed Nov 2, 2024
1 parent db3196c commit 9ed0556
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,11 @@ namespace SpreadCheetah.SourceGeneration
public ColumnHeaderAttribute(System.Type type, string propertyName) { }
}
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)]
public sealed class ColumnIgnoreAttribute : System.Attribute
{
public ColumnIgnoreAttribute() { }
}
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)]
public sealed class ColumnOrderAttribute : System.Attribute
{
public ColumnOrderAttribute(int order) { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,11 @@ namespace SpreadCheetah.SourceGeneration
public ColumnHeaderAttribute(System.Type type, string propertyName) { }
}
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)]
public sealed class ColumnIgnoreAttribute : System.Attribute
{
public ColumnIgnoreAttribute() { }
}
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)]
public sealed class ColumnOrderAttribute : System.Attribute
{
public ColumnOrderAttribute(int order) { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,11 @@ namespace SpreadCheetah.SourceGeneration
public ColumnHeaderAttribute(System.Type type, string propertyName) { }
}
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)]
public sealed class ColumnIgnoreAttribute : System.Attribute
{
public ColumnIgnoreAttribute() { }
}
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)]
public sealed class ColumnOrderAttribute : System.Attribute
{
public ColumnOrderAttribute(int order) { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,11 @@ namespace SpreadCheetah.SourceGeneration
public ColumnHeaderAttribute(System.Type type, string propertyName) { }
}
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)]
public sealed class ColumnIgnoreAttribute : System.Attribute
{
public ColumnIgnoreAttribute() { }
}
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)]
public sealed class ColumnOrderAttribute : System.Attribute
{
public ColumnOrderAttribute(int order) { }
Expand Down

0 comments on commit 9ed0556

Please sign in to comment.