コード例 #1
0
		public void AddRestriction(RestrictionDefinition restriction)
		{
			this.Restrictions.Add(restriction);
		}
コード例 #2
0
ファイル: TransitionDefinition.cs プロジェクト: jiguixin/WF
 public void AddRestriction(RestrictionDefinition restriction)
 {
     RestrictionsList.Add(restriction);
 }
コード例 #3
0
 public void AddRestriction(RestrictionDefinition restriction)
 {
     RestrictionsList.Add(restriction);
 }