C# 클래스 AGS.Types.DeserializeIgnoreAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: adventuregamestudio/ags 1 사용 예제들

공개 메소드들

메소드 설명
DeserializeIgnoreAttribute ( string propertyName ) : System
MatchesProperty ( PropertyInfo prop ) : Predicate
MatchesPropertyName ( string propertyName ) : Predicate

메소드 상세

DeserializeIgnoreAttribute() 공개 메소드

public DeserializeIgnoreAttribute ( string propertyName ) : System
propertyName string
리턴 System

MatchesProperty() 공개 정적인 메소드

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

MatchesPropertyName() 공개 정적인 메소드

public static MatchesPropertyName ( string propertyName ) : Predicate
propertyName string
리턴 Predicate