C# Class AGS.Types.DeserializeIgnoreAttribute

Inheritance: System.Attribute
Datei anzeigen Open project: adventuregamestudio/ags Class Usage Examples

Public Methods

Method Description
DeserializeIgnoreAttribute ( string propertyName ) : System
MatchesProperty ( PropertyInfo prop ) : Predicate
MatchesPropertyName ( string propertyName ) : Predicate

Method Details

DeserializeIgnoreAttribute() public method

public DeserializeIgnoreAttribute ( string propertyName ) : System
propertyName string
return System

MatchesProperty() public static method

public static MatchesProperty ( PropertyInfo prop ) : Predicate
prop System.Reflection.PropertyInfo
return Predicate

MatchesPropertyName() public static method

public static MatchesPropertyName ( string propertyName ) : Predicate
propertyName string
return Predicate