Class ContainmentAttribute
Inheritance
ContainmentAttribute
Assembly: NMF.Models.dll
Syntax
[AttributeUsage(AttributeTargets.Property)]
public class ContainmentAttribute : Attribute
Constructors
|
Edit this page
View Source
ContainmentAttribute()
Declaration
public ContainmentAttribute()
|
Edit this page
View Source
ContainmentAttribute(bool)
Declaration
public ContainmentAttribute(bool isContainment)
Parameters
Type |
Name |
Description |
bool |
isContainment |
|
Properties
|
Edit this page
View Source
IsContainment
Declaration
public bool IsContainment { get; set; }
Property Value