C# Class System.ComponentModel.ProvidePropertyAttribute

Inheritance: Attribute
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ProvidePropertyAttribute ( string propertyName, Type receiverType ) : System
ProvidePropertyAttribute ( string propertyName, string receiverTypeName ) : System

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ProvidePropertyAttribute() public method

public ProvidePropertyAttribute ( string propertyName, Type receiverType ) : System
propertyName string
receiverType Type
return System

ProvidePropertyAttribute() public method

public ProvidePropertyAttribute ( string propertyName, string receiverTypeName ) : System
propertyName string
receiverTypeName string
return System