C# Class SaneWeb.Resources.Attributes.AttributeProperty

Show file Open project: ext0/SaneWeb

Public Properties

Property Type Description
attribute DatabaseValueAttribute
propertyInfo System.Reflection.PropertyInfo

Public Methods

Method Description
AttributeProperty ( PropertyInfo propertyInfo, DatabaseValueAttribute attribute ) : System

Method Details

AttributeProperty() public method

public AttributeProperty ( PropertyInfo propertyInfo, DatabaseValueAttribute attribute ) : System
propertyInfo System.Reflection.PropertyInfo
attribute DatabaseValueAttribute
return System

Property Details

attribute public property

public DatabaseValueAttribute,SaneWeb.Resources.Attributes attribute
return DatabaseValueAttribute

propertyInfo public property

public PropertyInfo,System.Reflection propertyInfo
return System.Reflection.PropertyInfo