Click or drag to resize

HideFieldAttribute Constructor (String, Type)

Constructor for type evaluations

Namespace:  DustProductions.Core
Assembly:  DustProductions.Core (in DustProductions.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public HideFieldAttribute(
	string conditionalSourceField,
	Type desiredType
)

Parameters

conditionalSourceField
Type: SystemString
The name of the field whose value will be evaluated into a true or false
desiredType
Type: SystemType
The type value to compare against
See Also