C# Class System.Runtime.Remoting.MetadataServices.SdlParser.URTComplexType

Inheritance: BaseType
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Private Properties

Свойство Type Description
AddField void
AddMethod void
Extends void
GetMethod URTMethod
GetMethodFlags int
GetName String
Implements void
PrintCSC void
ResolveMethods void
ResolveTypes void
URTComplexType System

Private Methods

Méthode Description
AddField ( URTField field ) : void
AddMethod ( URTMethod method ) : void
Extends ( String baseTypeName, String baseTypeNS ) : void
GetMethod ( String name ) : URTMethod
GetMethodFlags ( URTMethod method ) : int
GetName ( String curNS ) : String
Implements ( String iFaceName, String iFaceNS, SdlParser parser ) : void
PrintCSC ( TextWriter textWriter, String indentation, String curNS, StringBuilder sb ) : void
ResolveMethods ( ) : void
ResolveTypes ( SdlParser parser ) : void
URTComplexType ( String name, String ns, String encodedNS, SchemaBlockType blockDefault, bool bSUDSType, bool bAnonymous ) : System