Class IdAttribute
Inherited Members
Namespace: NMF.Models
Assembly: NMF.Models.dll
Syntax
[AttributeUsage(AttributeTargets.Property)]
public class IdAttribute : Attribute
Constructors
| Edit this page View SourceIdAttribute()
Declaration
public IdAttribute()
IdAttribute(bool)
Declaration
public IdAttribute(bool isId)
Parameters
Type | Name | Description |
---|---|---|
bool | isId |
Properties
| Edit this page View SourceIsId
Declaration
public bool IsId { get; set; }
Property Value
Type | Description |
---|---|
bool |