コード例 #1
0
 /// <summary>
 /// Ctor
 /// </summary>
 static UserCollection()
 {
     UserCollection.Key = IndexedCollection <UserElement> .GetMethodKey(c => c.Name);
 }
コード例 #2
0
 static ExcludeSchemaCollection()
 {
     ExcludeSchemaCollection.Key = IndexedCollection <ExcludeSchemaElement> .GetMethodKey(c => c.Name);
 }
コード例 #3
0
 /// <summary>
 /// Ctor
 /// </summary>
 static TeamCollection()
 {
     TeamCollection.Key = IndexedCollection <TeamElement> .GetMethodKey(c => c.Name);
 }
コード例 #4
0
 /// <summary>
 /// Ctor
 /// </summary>
 static ExcludingRules()
 {
     ExcludingRules.Key = IndexedCollection <ItemExcludeElement> .GetMethodKey(c => c.Name);
 }
コード例 #5
0
 /// <summary>
 /// Ctor
 /// </summary>
 static ObjectCollection()
 {
     ObjectCollection.Key = IndexedCollection <ObjectElement> .GetMethodKey(c => c.Fullname);
 }
コード例 #6
0
 /// <summary>
 /// Ctor
 /// </summary>
 static schemaCollection()
 {
     schemaCollection.Key = IndexedCollection <SchemaElement> .GetMethodKey(c => c.Name);
 }