SfcInvalidForTypeAttribute Class

Definition

Attribute for excluding the resolve for some properties for some types

[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=true, Inherited=true)]
public class SfcInvalidForTypeAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=true, Inherited=true)>]
type SfcInvalidForTypeAttribute = class
    inherit Attribute
Public Class SfcInvalidForTypeAttribute
Inherits Attribute
Inheritance
SfcInvalidForTypeAttribute
Attributes

Constructors

SfcInvalidForTypeAttribute(Type)

Exclude list will be set to the list coming for the constructor

Properties

ExcludedType

Get the excluded types list.

Applies to