What is the setting to auto create the setup for a simple data class like
below?  I was watching a video on nHibernate and saw presenter type in priv
and the whole stub laid in real nice.  I know I had seen this earlier but
I'd like to get my dev environment working in a similar way.

 

 

private Guid _ID;

        public Guid ID

        {

            get { return _ID; }

            set { _ID = value; }

        }

 

TIA

 

.........................

Stephen Russell - 

Senior Visual Studio Developer, DBA

 

Memphis, TN

901.246-0159

 

 

Reply via email to