Class MemberNodeAttribute
Inheritance
MemberNodeAttribute
Syntax
[AttributeUsage(AttributeTargets.Struct)]
public class MemberNodeAttribute : Attribute, _Attribute
Constructors
MemberNodeAttribute(Type, String)
Declaration
public MemberNodeAttribute(Type modelType, string member)
Parameters
Type |
Name |
Description |
Type |
modelType |
|
String |
member |
|
Properties
Member
Declaration
public string Member { get; }
Property Value
ModelType
Declaration
public Type ModelType { get; }
Property Value
Methods
ToString(Type, Member)
Declaration
public static string ToString(Type modelType, Member member)
Parameters
Type |
Name |
Description |
Type |
modelType |
|
Member |
member |
|
Returns
Extension Methods