StrataFrame Forum
Back
Login
Login
Home
»
StrataFrame Application Framework - V1
»
WinForms (How do I?)
»
Use of ISite
Use of ISite
Post Reply
Like
0
Use of ISite
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
Bill Cunnien
Bill Cunnien
posted 14 Years Ago
ANSWER
Topic Details
Share Topic
Group: Forum Members
Posts: 785,
Visits: 3.6K
I am not quite able to determine what the purpose of the following code is:
private ISite _Site;
[Browsable(false)]
public System.ComponentModel.ISite Site
{
get
{
return this._Site;
}
set
{
this._Site = value;
}
}
Since the _Site variable is private, and nothing in the class does anything with it, couldn't we do something like this:
[Browsable(false)]
public System.ComponentModel.ISite Site { get; set; }
My next question is, what outside of the class uses this property? I may find it as I am working on this...I'll post here as soon as I do.
Thanks,
Bill
Reply
Like
0
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Threaded View
Threaded View
Use of ISite
Bill Cunnien
-
14 Years Ago
Bill,
Where is this code? It looks familiar but I can't...
Greg McGuffey
-
14 Years Ago
Project: StrataFlix.UI
Folder: Items and Collections
Class:...
Bill Cunnien
-
14 Years Ago
(bump)
:)
Bill Cunnien
-
14 Years Ago
This is added from the IComponent implementation. The components...
Trent L. Taylor
-
14 Years Ago
Ok...that'll give me some things to study (components and how they...
Bill Cunnien
-
14 Years Ago
I generally don't like to do that but prefer to define it explicitly,...
Trent L. Taylor
-
14 Years Ago
Post Reply
Like
0
Similar Topics
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Explore
Messages
Mentions
Search