C# Class Kooboo.Commerce.Rules.ReferenceAttribute

Inheritance: System.Attribute
Mostra file Open project: Kooboo/Ecommerce

Public Methods

Method Description
ReferenceAttribute ( ) : System

标记一个对象属性为对象引用。

ReferenceAttribute ( Type referencingType ) : System

标记一个对象属性为对另一个对象的间接引用。

Method Details

ReferenceAttribute() public method

标记一个对象属性为对象引用。
public ReferenceAttribute ( ) : System
return System

ReferenceAttribute() public method

标记一个对象属性为对另一个对象的间接引用。
public ReferenceAttribute ( Type referencingType ) : System
referencingType System.Type 引用的对象的实际类型。
return System