C# Class Medusa.Siren.Schema.SirenField

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

Méthodes publiques

Méthode Description
Clone ( ) : object
HasValue ( object obj ) : bool
Link ( SirenAssembly assembly ) : bool
LoadFrom ( Stream stream ) : bool
SaveTo ( Stream stream ) : bool
SetToDefault ( object obj ) : void
SirenField ( ) : System
SirenField ( SirenCustomClass parentSirenClass, PropertyInfo info, SirenFieldAttribute attribute, uint index, ushort id ) : System
SirenField ( ushort id, SirenTypeId type ) : System
ToString ( ) : string

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

HasValue() public méthode

public HasValue ( object obj ) : bool
obj object
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

SetToDefault() public méthode

public SetToDefault ( object obj ) : void
obj object
Résultat void

SirenField() public méthode

public SirenField ( ) : System
Résultat System

SirenField() public méthode

public SirenField ( SirenCustomClass parentSirenClass, PropertyInfo info, SirenFieldAttribute attribute, uint index, ushort id ) : System
parentSirenClass SirenCustomClass
info System.Reflection.PropertyInfo
attribute SirenFieldAttribute
index uint
id ushort
Résultat System

SirenField() public méthode

public SirenField ( ushort id, SirenTypeId type ) : System
id ushort
type SirenTypeId
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string