コード例 #1
0
ファイル: TypeHelper.cs プロジェクト: rajeshwarn/CslaGenFork
 public static bool IsNotPlaceHolder(this CslaObjectType cslaType)
 {
     return(!cslaType.IsPlaceHolder());
 }