/// <summary> /// Create a new ClientView object. /// </summary> /// <param name="shadowCID">Initial value of the ShadowCID property.</param> /// <param name="shadowCLID">Initial value of the ShadowCLID property.</param> /// <param name="shadowDID">Initial value of the ShadowDID property.</param> /// <param name="active">Initial value of the Active property.</param> /// <param name="useACL">Initial value of the UseACL property.</param> /// <param name="localeID">Initial value of the LocaleID property.</param> public static ClientView CreateClientView(global::System.Int32 shadowCID, global::System.Int32 shadowCLID, global::System.Int32 shadowDID, global::System.Boolean active, global::System.Boolean useACL, global::System.Int32 localeID) { ClientView clientView = new ClientView(); clientView.ShadowCID = shadowCID; clientView.ShadowCLID = shadowCLID; clientView.ShadowDID = shadowDID; clientView.Active = active; clientView.UseACL = useACL; clientView.LocaleID = localeID; return clientView; }
/// <summary> /// Deprecated Method for adding a new object to the ClientView EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToClientView(ClientView clientView) { base.AddObject("ClientView", clientView); }