Click or drag to resize

HideFieldAttribute Constructor (String, String, StringComparison)

Constructor for string evaluations with a custom comparison type

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,
	string desiredString,
	StringComparison stringComparisonType
)

Parameters

conditionalSourceField
Type: SystemString
The name of the field whose value will be evaluated into a true or false
desiredString
Type: SystemString
The string to compare against
stringComparisonType
Type: SystemStringComparison
The comparison type for string compares
See Also