SakilaBusinessLogic.my_aspnet_users.Createmy_aspnet_users C# (CSharp) Method

Createmy_aspnet_users() public static method

Create a new my_aspnet_users object.
public static Createmy_aspnet_users ( global id, global applicationId, global name, global isAnonymous ) : my_aspnet_users
id global Initial value of the id property.
applicationId global Initial value of the applicationId property.
name global Initial value of the name property.
isAnonymous global Initial value of the isAnonymous property.
return my_aspnet_users
        public static my_aspnet_users Createmy_aspnet_users(global::System.Int32 id, global::System.Int32 applicationId, global::System.String name, global::System.Boolean isAnonymous)
        {
            my_aspnet_users my_aspnet_users = new my_aspnet_users();
            my_aspnet_users.id = id;
            my_aspnet_users.applicationId = applicationId;
            my_aspnet_users.name = name;
            my_aspnet_users.isAnonymous = isAnonymous;
            return my_aspnet_users;
        }