Class OppositeAttribute
Inheritance
OppositeAttribute
Assembly: NMF.Models.dll
Syntax
[AttributeUsage(AttributeTargets.Property)]
public class OppositeAttribute : Attribute
Constructors
|
Edit this page
View Source
OppositeAttribute(Type, string)
Declaration
public OppositeAttribute(Type oppositeType, string propertyName)
Parameters
Type |
Name |
Description |
Type |
oppositeType |
|
string |
propertyName |
|
Properties
|
Edit this page
View Source
Property
Declaration
public PropertyInfo Property { get; }
Property Value