CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
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. More...
 

Properties

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

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.

Definition at line 17 of file HostPropertyAttribute.cs.

Constructor & Destructor Documentation

◆ HostPropertyAttribute()

Csla.Windows.HostPropertyAttribute.HostPropertyAttribute ( string  hostPropertyName)

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

Parameters
hostPropertyNameThe name of the host property.

Definition at line 44 of file HostPropertyAttribute.cs.

Property Documentation

◆ HostPropertyName

string Csla.Windows.HostPropertyAttribute.HostPropertyName
get

HostPropertyName gets the host property name.

Definition at line 31 of file HostPropertyAttribute.cs.