C# Class Platform.Xml.Serialization.XmlVerifyRuntimeTypeAttribute

Inheritance: XmlSerializationAttribute
Datei anzeigen Open project: platformdotnet/Platform

Public Methods

Method Description
VerifiesAgainst ( Type type ) : bool
XmlVerifyRuntimeTypeAttribute ( ) : System
XmlVerifyRuntimeTypeAttribute ( LogicalOperation logicalCheck ) : System

Method Details

VerifiesAgainst() public method

public VerifiesAgainst ( Type type ) : bool
type System.Type
return bool

XmlVerifyRuntimeTypeAttribute() public method

public XmlVerifyRuntimeTypeAttribute ( ) : System
return System

XmlVerifyRuntimeTypeAttribute() public method

public XmlVerifyRuntimeTypeAttribute ( LogicalOperation logicalCheck ) : System
logicalCheck LogicalOperation
return System