/// <summary> /// Deprecated Method for adding a new object to the OAuths EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToOAuths(OAuth oAuth) { base.AddObject("OAuths", oAuth); }
/// <summary> /// Create a new OAuth object. /// </summary> /// <param name="id">Initial value of the id property.</param> /// <param name="user_obj">Initial value of the user_obj property.</param> /// <param name="access_token">Initial value of the access_token property.</param> public static OAuth CreateOAuth(global::System.Int32 id, global::System.Int32 user_obj, global::System.String access_token) { OAuth oAuth = new OAuth(); oAuth.id = id; oAuth.user_obj = user_obj; oAuth.access_token = access_token; return oAuth; }