示例#1
0
 public abstract bool Suitable(IPostType postTypeEntity);
示例#2
0
 public override bool Suitable(IPostType postControl)
 {
     return(postControl.PostType == PostType.Repost);
 }
示例#3
0
 public override bool Suitable(IPostType postControl)
 {
     return(CompositePostType.HasFlag(postControl.PostType));
 }
示例#4
0
 public override bool Suitable(IPostType postControl)
 {
     return(true);
 }