C# Class XG.Model.Domain.ApiKeys

Inheritance: AObjects
Datei anzeigen Open project: lformella/xdcc-grabscher Class Usage Examples

Public Methods

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

Protected Methods

Method Description
DuplicateChildExists ( AObject aObject ) : bool

Method Details

Add() public method

public Add ( ApiKey aObject ) : bool
aObject ApiKey
return bool

DuplicateChildExists() protected method

protected DuplicateChildExists ( AObject aObject ) : bool
aObject AObject
return bool

Named() public method

public Named ( string aName ) : ApiKey
aName string
return ApiKey

Remove() public method

public Remove ( ApiKey aObject ) : bool
aObject ApiKey
return bool

WithGuid() public method

public WithGuid ( System.Guid aGuid ) : ApiKey
aGuid System.Guid
return ApiKey