C# 클래스 PsHandler.PokerTypes.PokerTypeManager

파일 보기 프로젝트 열기: kampiuceris/PsHandler 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_lock object
_pokerTypes List

공개 메소드들

메소드 설명
Add ( IEnumerable pokerTypes ) : void
Add ( PokerType pokerType ) : void
FromXElement ( System.Xml.Linq.XElement xElement, List &exceptions, string exceptionHeader ) : void
GetPokerType ( string title, string className, int &errorFlags ) : PokerType
GetPokerTypesCopy ( ) : PsHandler.PokerTypes.PokerType[]
Remove ( PokerType pokerType ) : void
RemoveAll ( ) : void
SeedDefaultValues ( ) : void
ToXElement ( ) : System.Xml.Linq.XElement

메소드 상세

Add() 공개 메소드

public Add ( IEnumerable pokerTypes ) : void
pokerTypes IEnumerable
리턴 void

Add() 공개 메소드

public Add ( PokerType pokerType ) : void
pokerType PokerType
리턴 void

FromXElement() 공개 메소드

public FromXElement ( System.Xml.Linq.XElement xElement, List &exceptions, string exceptionHeader ) : void
xElement System.Xml.Linq.XElement
exceptions List
exceptionHeader string
리턴 void

GetPokerType() 공개 메소드

public GetPokerType ( string title, string className, int &errorFlags ) : PokerType
title string
className string
errorFlags int
리턴 PokerType

GetPokerTypesCopy() 공개 메소드

public GetPokerTypesCopy ( ) : PsHandler.PokerTypes.PokerType[]
리턴 PsHandler.PokerTypes.PokerType[]

Remove() 공개 메소드

public Remove ( PokerType pokerType ) : void
pokerType PokerType
리턴 void

RemoveAll() 공개 메소드

public RemoveAll ( ) : void
리턴 void

SeedDefaultValues() 공개 메소드

public SeedDefaultValues ( ) : void
리턴 void

ToXElement() 공개 메소드

public ToXElement ( ) : System.Xml.Linq.XElement
리턴 System.Xml.Linq.XElement

프로퍼티 상세

_lock 공개적으로 프로퍼티

public object _lock
리턴 object

_pokerTypes 공개적으로 프로퍼티

public List _pokerTypes
리턴 List