C# Class AGS.Types.DeserializeIgnoreAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: adventuregamestudio/ags Class Usage Examples

Méthodes publiques

Méthode Description
DeserializeIgnoreAttribute ( string propertyName ) : System
MatchesProperty ( PropertyInfo prop ) : Predicate
MatchesPropertyName ( string propertyName ) : Predicate

Method Details

DeserializeIgnoreAttribute() public méthode

public DeserializeIgnoreAttribute ( string propertyName ) : System
propertyName string
Résultat System

MatchesProperty() public static méthode

public static MatchesProperty ( PropertyInfo prop ) : Predicate
prop System.Reflection.PropertyInfo
Résultat Predicate

MatchesPropertyName() public static méthode

public static MatchesPropertyName ( string propertyName ) : Predicate
propertyName string
Résultat Predicate