C# 클래스 Spring.Expressions.AttributeNode

상속: Spring.Expressions.ConstructorNode
파일 보기 프로젝트 열기: spring-projects/spring-net

공개 메소드들

메소드 설명
AttributeNode ( ) : System

Create a new instance

보호된 메소드들

메소드 설명
AttributeNode ( SerializationInfo info, StreamingContext context ) : System

Create a new instance from SerializationInfo

GetObjectType ( string typeName ) : Type

Tries to determine attribute type based on the specified attribute type name.

메소드 상세

AttributeNode() 공개 메소드

Create a new instance
public AttributeNode ( ) : System
리턴 System

AttributeNode() 보호된 메소드

Create a new instance from SerializationInfo
protected AttributeNode ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System

GetObjectType() 보호된 메소드

Tries to determine attribute type based on the specified attribute type name.
/// If type cannot be resolved. ///
protected GetObjectType ( string typeName ) : Type
typeName string /// Attribute type name to resolve. ///
리턴 System.Type