DreamineVMS 1.0.0.0
Windows PC의 RTSP·USB 카메라 영상을 HLS로 변환해 원격 CCTV Viewer에 전달하는 데스크톱 에이전트입니다.
로딩중...
검색중...
일치하는것 없음
DreamineVMS.Views.BoolToBrushConverter 클래스 참조sealed

더 자세히 ...

DreamineVMS.Views.BoolToBrushConverter에 대한 상속 다이어그램 :
DreamineVMS.Views.BoolToBrushConverter에 대한 협력 다이어그램:

Public 멤버 함수

object Convert (object value, Type targetType, object parameter, CultureInfo culture)
object ConvertBack (object value, Type targetType, object parameter, CultureInfo culture)

정적 Public 속성

static readonly BoolToBrushConverter Instance = new()

상세한 설명

Bool To Brush Converter 기능과 관련 상태를 캡슐화합니다.

AgentStatusConverters.cs 파일의 15 번째 라인에서 정의되었습니다.

멤버 함수 문서화

◆ Convert()

object DreamineVMS.Views.BoolToBrushConverter.Convert ( object value,
Type targetType,
object parameter,
CultureInfo culture )
inline

Convert 작업을 수행합니다.

매개변수
value적용할 값입니다.
targetTypetarget Type에 사용할 Type 값입니다.
parameterparameter에 사용할 object 값입니다.
cultureculture에 사용할 CultureInfo 값입니다.
반환값
Convert 작업에서 생성한 object 결과입니다.

AgentStatusConverters.cs 파일의 75 번째 라인에서 정의되었습니다.

76 => value is true ? Brushes.ForestGreen : Brushes.Gray;

◆ ConvertBack()

object DreamineVMS.Views.BoolToBrushConverter.ConvertBack ( object value,
Type targetType,
object parameter,
CultureInfo culture )
inline

Convert Back 작업을 수행합니다.

매개변수
value적용할 값입니다.
targetTypetarget Type에 사용할 Type 값입니다.
parameterparameter에 사용할 object 값입니다.
cultureculture에 사용할 CultureInfo 값입니다.
반환값
Convert Back 작업에서 생성한 object 결과입니다.
예외
NotSupportedException요청한 작업이 지원되지 않는 경우 발생합니다.

AgentStatusConverters.cs 파일의 134 번째 라인에서 정의되었습니다.

135 => throw new NotSupportedException();

멤버 데이터 문서화

◆ Instance

readonly BoolToBrushConverter DreamineVMS.Views.BoolToBrushConverter.Instance = new()
static

Instance 값을 보관합니다.

AgentStatusConverters.cs 파일의 25 번째 라인에서 정의되었습니다.


이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: