No announcements
Found 1025918 threads
-
0 Votes
auto-implemented properties c#
when you declare an auto implemented property, the compiler automatically generates a private field.Answered | 2 Replies | 3376 Views | Created by coutinhovr - Sunday, June 28, 2009 5:09 AM | Last reply by Ganesh Ranganathan - Bangalore, India - Sunday, June 28, 2009 8:51 AM -
1 Votes
CodeDom and Auto-Implemented Properties
Hi, Unfortunately the CodeDom has not been updated to allow developers to generate auto-implemented properties.Answered | 4 Replies | 10958 Views | Created by Jason Intardonato - Tuesday, October 21, 2008 8:57 PM | Last reply by ctacke - Friday, October 7, 2011 4:53 PM -
1 Votes
Half auto-implemented property?
You have to fully implement it, or use auto-implemented only.Answered | 1 Replies | 4207 Views | Created by Faize - Wednesday, February 9, 2011 9:56 PM | Last reply by Reed Copsey, Jr - Wednesday, February 9, 2011 10:01 PM -
1 Votes
Auto-implemented properties and breakpoints
I am sorry but that's the limitation of the automatically implemented properties for now.Answered | 6 Replies | 8625 Views | Created by incola - Wednesday, January 30, 2008 5:30 PM | Last reply by Chris Nash - Tuesday, January 10, 2012 2:54 PM -
1 Votes
Auto-Implemented Properties
I have a static function to assign values to the property but the property is not static After I fix it, the problem is solvedAnswered | 4 Replies | 2847 Views | Created by winipcfg - Saturday, June 6, 2009 1:30 PM | Last reply by winipcfg - Saturday, June 6, 2009 1:58 PM -
0 Votes
Code Coverage and auto-implemented properties
Hi Paul, Yes, automatic properties are excluded from code coverage as all they do is provide is syntactic sugar.Answered | 1 Replies | 5531 Views | Created by robinsonpr - Wednesday, November 10, 2010 11:36 AM | Last reply by Tom de Koning - Wednesday, November 10, 2010 8:46 PM -
0 Votes
Auto-Implemented Properties c#
He wasn't asking what the point of properties is - he knows that ("I get the motivation to use properties for private field, so we can determine how one can access a private ...Answered | 9 Replies | 3583 Views | Created by elad2109 - Tuesday, May 25, 2010 8:53 AM | Last reply by Matthew Watson - Tuesday, May 25, 2010 2:03 PM -
0 Votes
Difference between public auto implemented property and plain property
Hi, Before .Net framework 3.0, we would like to add a private Field for the property, and expose the field through the Property to fit the encapsulation ...Answered | 4 Replies | 1788 Views | Created by martin douglas ortiz - Wednesday, July 13, 2011 12:58 AM | Last reply by arm_processor - Wednesday, July 13, 2011 2:35 AM -
1 Votes
Does Auto-Implemented properties creates a new variable internally.
But it will work if SetTrueOrFalse is a field instead of auto-implemented property.Answered | 5 Replies | 587 Views | Created by Sivasankar Gorantla - Friday, January 15, 2016 1:16 PM | Last reply by DA924 - Friday, January 15, 2016 4:49 PM -
0 Votes
Is it possible to create dynamic auto implemented properties by using System.Reflection.Emit.PropertyBuilder ?
Dear MASNSN The problem is that in my solution the properties of the ExpandoObject are dynamic as well, i mean if i knew the names or types of the ...Answered | 3 Replies | 3795 Views | Created by Kiarash.Nakhaei - Friday, July 1, 2011 8:34 AM | Last reply by MASNSN - Friday, July 8, 2011 2:30 PM -
1 Votes
Interface Implementation (Class property implementing, is internal)
Hello, What is the reason for implementing this interface ?Answered | 7 Replies | 1821 Views | Created by Phenomin - Wednesday, December 28, 2011 5:29 PM | Last reply by Phenomin - Wednesday, December 28, 2011 9:40 PM -
1 Votes
Manipulating auto generated property
From what I can gather I just need to reference the property with this.Start, rather than delclaring the full property and coding against the private member?Answered | 5 Replies | 3526 Views | Created by hoakey - Wednesday, November 3, 2010 10:31 AM | Last reply by Giorgi Dalakishvili - Wednesday, November 3, 2010 1:48 PM -
0 Votes
How to implement auto complete in drop down (MVC)
Hello, Please give me solution How to implement auto complete in drop down (MVC)Answered | 1 Replies | 1238 Views | Created by Ashish Isotia - Tuesday, May 5, 2015 11:48 AM | Last reply by CoolDadTx - Tuesday, May 5, 2015 2:33 PM -
0 Votes
Auto-adjust the height of an implemented PDF as a webpart
Hi Elveria, According to your description, you want the page view web part to auto adjust the height.Answered | 1 Replies | 1007 Views | Created by Elveria - Monday, November 9, 2015 11:13 AM | Last reply by Chris yuri - Wednesday, November 11, 2015 8:57 AM -
0 Votes
Code-First: Disabling Property Auto-Mapping
I am afraid of you are not able to avoid mapping a field which exists in table, but, conversely, you can have a property that is not mapping to a field ...Answered | 2 Replies | 2727 Views | Created by BenCHK - Tuesday, August 7, 2012 1:17 PM | Last reply by BenCHK - Thursday, August 9, 2012 12:43 PM -
7 Votes
Can I change Auto Shrink property online.
Auto-growth then becomes a contingency.Answered | 10 Replies | 1407 Views | Created by Binny Mathew Earalil - Wednesday, October 16, 2013 9:45 AM | Last reply by SQL24 - Thursday, October 17, 2013 3:00 PM -
0 Votes
SQL Server Error 9001 and auto close on Property
To find out regarding auto close option I have no damm clue who did to your system you should not be asking it here how it went you should ask your team members .Answered | 5 Replies | 2244 Views | Created by I90Runner - Monday, June 9, 2014 7:57 PM | Last reply by I90Runner - Monday, June 9, 2014 9:39 PM -
2 Votes
best implementation/usefulness of properties
Properties and methods are two different things.Answered | 2 Replies | 568 Views | Created by Mansi Kumari - Thursday, October 29, 2015 2:24 PM | Last reply by Mansi Kumari - Tuesday, December 15, 2015 1:29 PM -
0 Votes
How to implement Property sheets in WPF?
Hi, I am new to wpf programming, I need to redesign the UI, wherein a specific dialogs needs to be in Property sheet format(similar ...Answered | 2 Replies | 3769 Views | Created by Samanth_99 - Tuesday, February 14, 2012 11:51 AM | Last reply by Annabella Luo - Friday, March 2, 2012 6:34 AM -
1 Votes
Adding a property page to project properties without implementing a project subtype
Hello Ed, thanks, I solved the problem with the approach you described and some help from another developer who already implemented custom property pages with the ...Answered | 6 Replies | 3505 Views | Created by OutOfCoffeeException - Monday, August 1, 2011 1:40 PM | Last reply by OutOfCoffeeException - Tuesday, August 23, 2011 3:44 PM - Items 1 to 20 of 1025918 Next ›
No announcements