コード例 #1
0
 /// <summary>
 /// Create a new AlfrescoUser object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="name">Initial value of the name property.</param>
 public static AlfrescoUser CreateAlfrescoUser(global::System.Int32 id, global::System.String name)
 {
     AlfrescoUser alfrescoUser = new AlfrescoUser();
     alfrescoUser.ID = id;
     alfrescoUser.name = name;
     return alfrescoUser;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the AlfrescoUsers EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAlfrescoUsers(AlfrescoUser alfrescoUser)
 {
     base.AddObject("AlfrescoUsers", alfrescoUser);
 }