C# 클래스 Disco.Services.Expressions.Extensions.DeviceExt

파일 보기 프로젝트 열기: garysharp/Disco

공개 메소드들

메소드 설명
GetActiveDirectoryIntegerValue ( Device Device, string PropertyName, int Index ) : int
GetActiveDirectoryObjectValue ( Device Device, string PropertyName, int Index ) : object
GetActiveDirectoryStringValue ( Device Device, string PropertyName, int Index ) : string

메소드 상세

GetActiveDirectoryIntegerValue() 공개 정적인 메소드

public static GetActiveDirectoryIntegerValue ( Device Device, string PropertyName, int Index ) : int
Device Disco.Models.Repository.Device
PropertyName string
Index int
리턴 int

GetActiveDirectoryObjectValue() 공개 정적인 메소드

public static GetActiveDirectoryObjectValue ( Device Device, string PropertyName, int Index ) : object
Device Disco.Models.Repository.Device
PropertyName string
Index int
리턴 object

GetActiveDirectoryStringValue() 공개 정적인 메소드

public static GetActiveDirectoryStringValue ( Device Device, string PropertyName, int Index ) : string
Device Disco.Models.Repository.Device
PropertyName string
Index int
리턴 string