C# 클래스 SerializationUtilities.Attributes.DefaultSerializationSystemAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: GAIPS-INESC-ID/FAtiMA-Toolkit

공개 프로퍼티들

프로퍼티 타입 설명
AssociatedType System.Type
UseInChildren bool

공개 메소드들

메소드 설명
DefaultSerializationSystemAttribute ( Type associatedType, bool useInChildren = false ) : System

메소드 상세

DefaultSerializationSystemAttribute() 공개 메소드

public DefaultSerializationSystemAttribute ( Type associatedType, bool useInChildren = false ) : System
associatedType System.Type
useInChildren bool
리턴 System

프로퍼티 상세

AssociatedType 공개적으로 프로퍼티

public Type,System AssociatedType
리턴 System.Type

UseInChildren 공개적으로 프로퍼티

public bool UseInChildren
리턴 bool