CSLA .NET 10.0.0
A home for your business logic
Loading...
Searching...
No Matches
Csla.Windows.HostPropertyAttribute Class Reference

HostPropertyAttribute is used on components to indicate the property on the component that is to be used as the parent container control in conjunction with HostComponentDesigner. More...

Inheritance diagram for Csla.Windows.HostPropertyAttribute:

Public Member Functions

 HostPropertyAttribute (string hostPropertyName)
 Constructor creates a new HostPropertyAttribute object instance using the information supplied.

Properties

string HostPropertyName [get]
 HostPropertyName gets the host property name.

Detailed Description

HostPropertyAttribute is used on components to indicate the property on the component that is to be used as the parent container control in conjunction with HostComponentDesigner.

Constructor & Destructor Documentation

◆ HostPropertyAttribute()

Csla.Windows.HostPropertyAttribute.HostPropertyAttribute ( string hostPropertyName)
inline

Constructor creates a new HostPropertyAttribute object instance using the information supplied.

Parameters
hostPropertyNameThe name of the host property.
Exceptions
ArgumentNullExceptionhostPropertyName is null.

Property Documentation

◆ HostPropertyName

string Csla.Windows.HostPropertyAttribute.HostPropertyName
get

HostPropertyName gets the host property name.


The documentation for this class was generated from the following file: