C# Class Medusa.Siren.Schema.SirenCustomClass

Inheritance: BaseSirenCustomType
Afficher le fichier Open project: fjz13/Medusa Class Usage Examples

Méthodes publiques

Méthode Description
AddAttribute ( string name, string val ) : void
Clone ( ) : object
FindField ( String name ) : SirenField
FindField ( ushort id ) : SirenField
GetBasePropertyCount ( ) : ushort
Initialize ( ) : bool
Link ( SirenAssembly assembly ) : bool
LoadFrom ( Stream stream ) : bool
SaveTo ( Stream stream ) : bool
SetAttribute ( string val ) : void
SirenCustomClass ( Type type, SirenClassAttribute attribute ) : System
SirenCustomClass ( string name = "" ) : System

Method Details

AddAttribute() public méthode

public AddAttribute ( string name, string val ) : void
name string
val string
Résultat void

Clone() public méthode

public Clone ( ) : object
Résultat object

FindField() public méthode

public FindField ( String name ) : SirenField
name String
Résultat SirenField

FindField() public méthode

public FindField ( ushort id ) : SirenField
id ushort
Résultat SirenField

GetBasePropertyCount() public méthode

public GetBasePropertyCount ( ) : ushort
Résultat ushort

Initialize() public méthode

public Initialize ( ) : bool
Résultat bool

Link() public méthode

public Link ( SirenAssembly assembly ) : bool
assembly SirenAssembly
Résultat bool

LoadFrom() public méthode

public LoadFrom ( Stream stream ) : bool
stream Stream
Résultat bool

SaveTo() public méthode

public SaveTo ( Stream stream ) : bool
stream Stream
Résultat bool

SetAttribute() public méthode

public SetAttribute ( string val ) : void
val string
Résultat void

SirenCustomClass() public méthode

public SirenCustomClass ( Type type, SirenClassAttribute attribute ) : System
type System.Type
attribute SirenClassAttribute
Résultat System

SirenCustomClass() public méthode

public SirenCustomClass ( string name = "" ) : System
name string
Résultat System