C# Class XG.Model.Domain.ApiKeys

Inheritance: AObjects
Afficher le fichier Open project: lformella/xdcc-grabscher Class Usage Examples

Méthodes publiques

Méthode Description
Add ( ApiKey aObject ) : bool
Named ( string aName ) : ApiKey
Remove ( ApiKey aObject ) : bool
WithGuid ( System.Guid aGuid ) : ApiKey

Méthodes protégées

Méthode Description
DuplicateChildExists ( AObject aObject ) : bool

Method Details

Add() public méthode

public Add ( ApiKey aObject ) : bool
aObject ApiKey
Résultat bool

DuplicateChildExists() protected méthode

protected DuplicateChildExists ( AObject aObject ) : bool
aObject AObject
Résultat bool

Named() public méthode

public Named ( string aName ) : ApiKey
aName string
Résultat ApiKey

Remove() public méthode

public Remove ( ApiKey aObject ) : bool
aObject ApiKey
Résultat bool

WithGuid() public méthode

public WithGuid ( System.Guid aGuid ) : ApiKey
aGuid System.Guid
Résultat ApiKey