C# Class QvxLib.FieldAttributes

Afficher le fichier Open project: konne/QvxLib Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ApplyCustomAttributes ( IEnumerable Attributes ) : void
Deserialize ( string xml ) : FieldAttributes
Deserialize ( string xml, FieldAttributes &obj ) : bool
Deserialize ( string xml, FieldAttributes &obj, System &exception ) : bool

Deserializes workflow markup into an FieldAttributes object

LoadFromFile ( string fileName ) : FieldAttributes
LoadFromFile ( string fileName, FieldAttributes &obj ) : bool
LoadFromFile ( string fileName, FieldAttributes &obj, System &exception ) : bool

Deserializes xml markup from file into an FieldAttributes object

SaveToFile ( string fileName, System &exception ) : bool

Serializes current FieldAttributes object into file

SaveToFile ( string fileName ) : void
Serialize ( ) : string

Serializes current FieldAttributes object into an XML document

Method Details

ApplyCustomAttributes() public méthode

public ApplyCustomAttributes ( IEnumerable Attributes ) : void
Attributes IEnumerable
Résultat void

Deserialize() public static méthode

public static Deserialize ( string xml ) : FieldAttributes
xml string
Résultat FieldAttributes

Deserialize() public static méthode

public static Deserialize ( string xml, FieldAttributes &obj ) : bool
xml string
obj FieldAttributes
Résultat bool

Deserialize() public static méthode

Deserializes workflow markup into an FieldAttributes object
public static Deserialize ( string xml, FieldAttributes &obj, System &exception ) : bool
xml string string workflow markup to deserialize
obj FieldAttributes Output FieldAttributes object
exception System output Exception value if deserialize failed
Résultat bool

LoadFromFile() public static méthode

public static LoadFromFile ( string fileName ) : FieldAttributes
fileName string
Résultat FieldAttributes

LoadFromFile() public static méthode

public static LoadFromFile ( string fileName, FieldAttributes &obj ) : bool
fileName string
obj FieldAttributes
Résultat bool

LoadFromFile() public static méthode

Deserializes xml markup from file into an FieldAttributes object
public static LoadFromFile ( string fileName, FieldAttributes &obj, System &exception ) : bool
fileName string string xml file to load and deserialize
obj FieldAttributes Output FieldAttributes object
exception System output Exception value if deserialize failed
Résultat bool

SaveToFile() public méthode

Serializes current FieldAttributes object into file
public SaveToFile ( string fileName, System &exception ) : bool
fileName string full path of outupt xml file
exception System output Exception value if failed
Résultat bool

SaveToFile() public méthode

public SaveToFile ( string fileName ) : void
fileName string
Résultat void

Serialize() public méthode

Serializes current FieldAttributes object into an XML document
public Serialize ( ) : string
Résultat string