C# Class Spring.Expressions.AttributeNode

Inheritance: Spring.Expressions.ConstructorNode
Exibir arquivo Open project: spring-projects/spring-net

Public Methods

Method Description
AttributeNode ( ) : System

Create a new instance

Protected Methods

Method Description
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.

Method Details

AttributeNode() public method

Create a new instance
public AttributeNode ( ) : System
return System

AttributeNode() protected method

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

GetObjectType() protected method

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. ///
return System.Type