Mvc - Can Auto-Mapper Map Static Properties?

Apr 19, 2011

Given the two classes below, can I map the ApplicationSettings to the AppSettings?

Mapper.CreateMap(Of ApplicationSettings, AppSettings)()
Mapper.Map(Of ApplicationSettings, AppSettings)(ApplicationSetting.Load)
Public Class ApplicationSettings

[code].....

View 1 Replies


ADVERTISEMENT

C# - Auto-Mapper A Viable Alternative To Two Way Databinding Using A FormView?

Mar 18, 2010

I've started using the FormView control to enable two way databinding in asp.net webforms. I liked that it saved me the trouble of writing loadForm and unloadForm routines on every page. So it seemed to work nicely at the start when I was just using textboxes everywhere....but when it came time to start converting some to DropDownLists, all hell broke lose. For example, see:

[Code]....

View 1 Replies

C# - Performance Of Static Properties/functions?

Apr 5, 2011

is there a difference in performance when making properties static/shared that were instance properties before, maybe any locking mechanisms?There is a heavily used object in HttpCache which was accessible through a property in a page-instance(Service.aspx). Now i wonder if it would be better to make it static because the HttpCache is shared across the application anyway.

View 4 Replies

C# - Display Static (shared) Object's Properties In A PropertyGrid?

Apr 12, 2010

I would like to display static (shared) objects at runtime in a PropertyGrid but if I try to set the selected object property of the grid like this:

[Code]....

Is there a way to display a static (shared) object or the object's properties in the PropertyGrid?

View 1 Replies

VS 2010 Using Reflection Difference Between Static And Instance Fields And Properties

Jun 6, 2012

I'm trying to obtain the values using the prospective GetValue(s) methods but I don't understand the syntax of the documentation. I'm sending the correct bindings (I believe) to filter the fields, and properties that i'm interested in usually

[Code]...

View 3 Replies

Use Variables Or Properties, And Global Or Static Variables In A Class?

Jun 9, 2012

I'm new in .NET programming.I have a class Form1 that includes Button1_Click event.Button1_Click creates a multiple Text Boxies at run time)Here is the class:

Public Class Form1
Dim shiftDown As Integer
Dim counter As Integer

[code].....

View 3 Replies

Use INotifyPropertyChanged With Auto-properties?

Jul 27, 2010

Is there a way to use INotifyPropertyChanged with auto-properties? Maybe an attribute or something other, not obvious to me.

public string Demo{
get;set;
}

For me, auto-properties would be an extremely practicall thing, but almost always, I have to raise the PropertyChanged-event if the property value has been changed and without a mechanism to do this, auto-properties are useless for me.

View 4 Replies

Private Set In Auto-Implemented Properties

Jun 11, 2009

I'm going to resolve this bug as "Postponed" as we won't have time to do it for VS2010, but I'm definitely interested in your feedback going forward.

View 6 Replies

VB10, Auto-Implemented Properties And COM?

Nov 30, 2010

I recently finished a class that we're using to tie Access to some WCF Services. Of course this means that the .Net classes (and all of their properties) need to be visible to COM. Given that I'm using VB10 and the Contact class has about 20 properties I went ahead and used auto-implementing properties.Much to my surprise, the properties were not accessible from within VBA in Access. I tried marking the properties as ComVisible (which I didn't have to do in the past with standard properties) and it still didn't work. After changing the auto properties to standard properties everything worked.

Became
Public Property FirstName As String
Get

[code].....

View 1 Replies

Write Private Set Auto-properties In VB 10?

Jun 9, 2009

in C#: public string Property { get; private set; } in VB?

View 3 Replies

.NET Auto-Implemented Properties - Compatibility Between VS2010 And VS2008?

Apr 29, 2011

I am working on an ASP.NET project where I use VB.NET within Visual Studio 2010. Some of the other developers on the project are using Visual Studio 2008. We all check our code into single SVN repository. I would like to start using Auto-Implemented Properties within VB.NET ...

Property FirstName as String
instead of ...
Private FirstName as String

[code].....

My concern is that this could mess up things for those using VS2008. What would happen if someone using VS2008 needed to modify my class that made use of Auto-Implemented Properties? I am assuming that since everything compiles down to IL code then there would be no issue in binary compatibility. Though a problem would arise when editing source.

View 1 Replies

IDE :: VS2010: Enable Or Disable Auto-Implemented Properties?

Nov 10, 2011

I have somehow managed to disable auto-implemented properties in my VS2010 IDE how to turn it back on. Almost every article on the internet loves to explain auto-implemented properties but doesnt give you the crucial option of how to turn it on or off.

View 2 Replies

IDE :: Lost Auto Hide Option On The Drop Down And Properties Menus?

Oct 30, 2010

I have lost the auto hide option (greyed out) on the drop down solution and properties menus. The Toolbox still has the auto hide option. I cannot find the pin to set auto hide on the Solutin and Properties menus.

View 3 Replies

ITunes Media Key Mapper - Detect When Media Keys Are Pressed While App Is Out Of Focus?

May 9, 2010

im working on a little app for my self, to make my life a little more convenient. I have some media keys on my laptop, and I would like to use them with itunes while it is minimized. I found a app that did it for me a long time ago, but cant seem to find it now. But I would like to try my hand at my own, and I've managed to do so, but, my app has to be in focus for it to work. is there any way to still detect when these media keys are pressed while my app is out of focus?

View 9 Replies

Make Custom Properties In Properties Window To Refresh Upon Change Via Code?

Apr 26, 2012

[code]I want to make the Properties Window to update the properties for X and Y at each MouseMove, so they become immediately visible for the user.

View 2 Replies

User Control Properties - Finalize My Design Time Properties Grid

Apr 27, 2011

I'm making a control and I am trying to finalize my design time properties grid. I have several List(of Class) items as public properties and when I click on the design time menu (while testing the control) there is the word "Collection" and a button with an ellipsis (...) that brings up a neat pop up with the buttons Add/remove and all of the public properties of the collection's class on the right hand side. Basically for a non-collection instance of a class (with public properties) I'd like a similar button to show up. I know I could put all of the properties in the main control class and group them, but I like the pop up box feature. Anyway to duplicate this? (think font grid item etc.)

View 3 Replies

VS 2010 Express - PictureBox Design Properties Box Shows Properties That Cannot Be Accessed?

Mar 5, 2012

In the form design I set up a TableLayoutPanel, 20x20 cells and in cell (1,1) a PictureBox (called Target) containing the image of a small target. The properties box for Target shows some very promising properties, Column and Row - and if you overwrite the values in the properties box, the PictureBox obligingly shifts to the corresponding cell position in th design. However in VB it is not possible to refer to Me.Target.Row or .Column - neither appears during coding in the menu of properties, and deliberately coding either of them produces an error like

Error 1 'row' is not a member of 'System.Windows.Forms.PictureBox'.

1. Why does the properties box show properties that cannot be altered programmatically?

2. How can my program move Target around in the TableLayoutPanel?

View 10 Replies

Office Auto-mation :: Auto-mating Excel Spreadsheet Creation?

Jun 5, 2009

I am trying to just write something to a cell in a sheet and I am getting the error message:

Exception Exception from HRESULT: 0x800A03EC Stack Trace: at System.RuntimeType.ForwardCallToInvokeMember(String memberName, BindingFlags flags, Object target, Int32[] aWrapperTypes, MessageData& msgData)

[code].....

View 2 Replies

Expose A UserControl's Properties To Properties Window In Designer?

Aug 19, 2009

Is there a way to expose a UserControl's properties to the Properties Window in the Designer?

View 3 Replies

Set The Transparent Property Via Label Properties Properties Not Via Code?

Jan 16, 2009

I'm working on a Hazardous Materials label printing program. One of the options is to do an "NFPA" label. Since there are 4 values required with 4 or 6 options, the ratings are entered via radio buttons in a group box. That's working okay. I display values in the NFPA diamond as they're entered: left quadrant blue, top quadrant red, left yellow, bottom red. I'm having trouble with the label in which the rating will be displayed on top of a jpg diamond for the white. In this quadrant the text can be up to 4 characters. I can accept the text going into an adjacent block a little, but the corners of the label overlap into another quadrant/color. I reduced the font size which solved the overlap problem but the font is then too small and looks terrible. I tried to make the background of the label transparent to let the color come through correctly but that's not a valid value for label.background. I'm figuring that the transparent background is the best solution. What can I use that will accept a transparent background so the color shows through?

I'm trying to set the transparent property via label properties properties, not via code. Here's the code if it makes any difference:

Public Class NFPA
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Close()
End Sub

[code]....

View 2 Replies

Change All Properties Of A Form To Properties Of Other But Don't Change Important Properties?

Feb 26, 2011

How to change all properties of a form to properties of other but don't change important properties like Owner,Handle, OwnedForms, Parent,HasChildren,Controls and ... .I have a child form that i want it to provide controls of Form.The background form provides Aero frame and child form is a transparent form in it.I want it because I want to draw buttons with system style in Aero in Windows Forms.This is my own code but it does not work good (ForeForm is child form):

For Each Propertry In ForeForm.GetType.GetProperties()
Select Case Propertry.Name
Case "AeroBackgroundEnabled", "FormBorderStyle", "TransparencyKey", "Parent", "Owner", "ShowInTaskbar", "Handle", "HasChildren", "OwnedFo[code].....

Additionaly:I wrote a great Aero Form.I don't publish current version (1.2) that supports Aero Blur,RealTime Aero Color change,extend Basic theme?

View 13 Replies

Make My Keylogger Auto-run And Auto-hide?

Oct 12, 2011

All functions done, but the main function, the autorun and auto hide didnt work like i wish. for this keylogger, im using checkbox to make it autorun when windows startup and another checkbox to autohide. i already placed the codes but nothing happen. when i tick those checkboxes n restart my pc, nothing happen. is it because im using checkbox?

View 3 Replies

Adding "Properties" Dialogs - Pre-built Dialog Or Control For Displaying Properties At Runtime?

Nov 6, 2008

I have my own class of graphic objects, and now I'd like to allow a user to right-click on one of those within the application and see a properties window. Is there a pre-built dialog or control for displaying properties at runtime? I'd like to have something just like the IDE properties window button for my application.

View 4 Replies

PictureBox Properties In PRintDocument Did Not Contain The Properties Set?

Mar 27, 2012

Public Class LOA
Private Sub PrintDocument1_PrintPage(ByVal sender As System.Object, ByVal e As System.Drawing.Printing.PrintPageEventArgs) Handles PrintDocument1.PrintPage

[code].....

View 3 Replies

Auto Refresh And Auto Click

Oct 1, 2009

I am new to VB and am trying to get my webbrowser1 auto refresh on a web page every few seconds. Is there a way to program a button to do this? I am also trying to get the browser to auto select "yes" when a radio button is present and then auto click "yes" on a message box when it pops up. Any ideas where to start?

View 2 Replies

Static Constructor In .Net?

Feb 9, 2010

I am rewriting a C# class in VB. The C# class has a static constructor in it:

static Class()
{
...
}

which, through the Call Stack, I found is called by the main window's InitializeComponent() method.Everywhere I've looked has told me that the corresponding static constructor in VB is just:Shared Sub New()

but this method is never invoked. Am I creating my VB static constructor right? Is it likely something else that has nothing to do with my static constructor?

View 1 Replies

Static Variable In Asp.net?

Dec 15, 2011

I am writing a code for a webapplication in vb.net. I am using a shared variable in the vb code.

Consider the static variable value is 3 for a user who hits the web application. Again when another user hits the same web application, whether the static variable will be 3 again or whether he will have a separate value for static variable for his session?

View 1 Replies

.net - LINQ And Static ObservableCollection?

Nov 7, 2011

This will probably be a basic questions for the LINQ & architecture experts however I am failing to understand a problem i've encounted when trying to update a 'Static ObservableCollection.

Me.Grid1.ItemsSource = ContactList Me.Grid2.ItemsSource = From s In ContactList Where s.ContactTypes.Any(Function(t) t.ContactTypeName = "Christmas List")

If I add a new Contact with the ContactType "Christmas List" to the ContactList ObservableCollection, Grid1 reflects the additional Contact however Grid2 does not reflect the change unless I rebind.

Anyway to Reflect the change in Grid2 to show the new Contact with the queried ContactType

View 2 Replies

.net - Static DateTime For Testing?

Dec 11, 2009

We have a DateTime Service that pulls the Database date down when we need to use a Date. Now, If I want to run a test using "Todays" Date using FitNesse, What would be the easiest way of creating a way to have (OurService).CurrentDate be static? We have a control that ads Days,Years, or Months to the current date.. and I would like to be able to test this.

View 1 Replies

Adding A Static Crypt Key?

Jul 15, 2011

I am currently using Visual Basics 2010 (Ultimate), and I am trying to modify a free-project listed here:I want the above project to use these hard-coded values below:Key= "087CF262E0E856B8F911B369EE027CF9330F6288343651B1198379A9813BC8C4"
IV = "11D2A07242B79C752E6B53CDD14792C9"So basically i want to encrypt AND decrypt with the above keys.

View 8 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved