C# Class Entitas.Serialization.Configuration.Properties

Afficher le fichier Open project: sschmid/Entitas-CSharp

Méthodes publiques

Méthode Description
HasKey ( string key ) : bool
Properties ( ) : System
Properties ( string properties ) : System
ToString ( ) : string
this ( string key ) : string

Private Methods

Méthode Description
addProperties ( string lines ) : void
convertLineEndings ( string str ) : string
getLinesWithProperties ( string properties ) : string[]
mergeMultilineValues ( string lines ) : string[]
replacePlaceholders ( ) : void

Method Details

HasKey() public méthode

public HasKey ( string key ) : bool
key string
Résultat bool

Properties() public méthode

public Properties ( ) : System
Résultat System

Properties() public méthode

public Properties ( string properties ) : System
properties string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

this() public méthode

public this ( string key ) : string
key string
Résultat string