コード例 #1
0
 public ADClaimType(ADClaimTypeBase identity)
 {
     base.Identity = identity;
 }
コード例 #2
0
ファイル: ADResourceProperty.cs プロジェクト: nickchal/pash
		public ADResourceProperty(ADClaimTypeBase identity)
		{
			base.Identity = identity;
		}
コード例 #3
0
ファイル: ADClaimType.cs プロジェクト: nickchal/pash
		public ADClaimType(ADClaimTypeBase identity)
		{
			base.Identity = identity;
		}
コード例 #4
0
 public ADResourceProperty(ADClaimTypeBase identity)
 {
     base.Identity = identity;
 }