Advertisement
chekalin-v

Untitled

Apr 23rd, 2013
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.17 KB | None | 0 0
  1. [Schema("4E5B6F62-B8B3-4A2F-9B06-DDD953D4D4BB",
  2.     "SimpleIntSchema")]
  3. public class IntEntity : IRevitEntity
  4. {
  5.     [Field]
  6.     public int SomeValue { get; set; }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement