示例#1
0
 public TaggedItem(Guid contextId, Guid taggedId, TagContextType contextType, TaggedType taggedType)
 {
     ContextID   = contextId;
     TaggedID    = taggedId;
     ContextType = contextType;
     TaggedType  = taggedType;
 }
示例#2
0
 public TaggedItem()
 {
     ContextType = TagContextType.None;
     TaggedType  = TaggedType.None;
 }