示例#1
0
 /// <summary>
 /// Create a new PluginType object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="assembly">Initial value of the Assembly property.</param>
 /// <param name="classname">Initial value of the Classname property.</param>
 public static PluginType CreatePluginType(global::System.Int32 id, global::System.String assembly, global::System.String classname)
 {
     PluginType pluginType = new PluginType();
     pluginType.ID = id;
     pluginType.Assembly = assembly;
     pluginType.Classname = classname;
     return pluginType;
 }
示例#2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the PluginType EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPluginType(PluginType pluginType)
 {
     base.AddObject("PluginType", pluginType);
 }