Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
C# (CSharp) IDestination.Exists示例
编程语言:
C# (CSharp)
类/类型:
IDestination
方法/功能:
Exists
hotexamples.com的示例:
1
C# (CSharp) IDestination.Exists - 已找到1个示例
。这些是从开源项目中提取的最受好评的
IDestination.Exists
现实C# (CSharp)示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
ToString(12)
Dispose(12)
Transfer(6)
Equals(5)
To(5)
GetType(5)
IsDownloaded(4)
SetIntProperty(3)
SetChar(3)
ExportCapture(3)
Update(3)
SendAsync(3)
ResolveName(3)
Delete(3)
CreateTransport(3)
WriteCharacter(2)
As(2)
Receive(2)
GetServiceHandler(2)
GetHashCode(2)
Save(1)
SetBooleanProperty(1)
SetDestination(1)
Add(1)
SetStringProperty(1)
ShouldBeInstanceOf(1)
ShouldNotBeAssignableTo(1)
ShouldNotBeInstanceOf(1)
ShouldNotBeOfType(1)
Where(1)
WriteAsync(1)
WriteChar(1)
Render(1)
Ping(1)
Received(1)
GetList(1)
Direction(1)
DoSomething(1)
DynamicDestinations(1)
ETA(1)
Exists(1)
GetDestListByClassId(1)
GetDestListByLayer(1)
GetDestListByParentId(1)
GetDestTitle(1)
GetMaxID(1)
ReadGroups(1)
GetModel(1)
GetName(1)
GetTextWriter(1)
常用方法
ToString (12)
Dispose (12)
Transfer (6)
Equals (5)
To (5)
GetType (5)
IsDownloaded (4)
SetIntProperty (3)
SetChar (3)
ExportCapture (3)
常用方法
Update (3)
SendAsync (3)
ResolveName (3)
Delete (3)
CreateTransport (3)
WriteCharacter (2)
As (2)
Receive (2)
GetServiceHandler (2)
GetHashCode (2)
Save (1)
SetBooleanProperty (1)
SetDestination (1)
Add (1)
SetStringProperty (1)
ShouldBeInstanceOf (1)
ShouldNotBeAssignableTo (1)
ShouldNotBeInstanceOf (1)
ShouldNotBeOfType (1)
Where (1)
常用方法
Save (1)
SetBooleanProperty (1)
SetDestination (1)
Add (1)
SetStringProperty (1)
ShouldBeInstanceOf (1)
ShouldNotBeAssignableTo (1)
ShouldNotBeInstanceOf (1)
ShouldNotBeOfType (1)
Where (1)
WriteAsync (1)
WriteChar (1)
Render (1)
Ping (1)
Received (1)
GetList (1)
Direction (1)
DoSomething (1)
DynamicDestinations (1)
ETA (1)
Exists (1)
GetDestListByClassId (1)
GetDestListByLayer (1)
GetDestListByParentId (1)
GetDestTitle (1)
GetMaxID (1)
ReadGroups (1)
GetModel (1)
GetName (1)
GetTextWriter (1)
常用方法
WriteAsync (1)
WriteChar (1)
Render (1)
Ping (1)
Received (1)
GetList (1)
Direction (1)
DoSomething (1)
DynamicDestinations (1)
ETA (1)
Exists (1)
GetDestListByClassId (1)
GetDestListByLayer (1)
GetDestListByParentId (1)
GetDestTitle (1)
GetMaxID (1)
ReadGroups (1)
GetModel (1)
GetName (1)
GetTextWriter (1)
GetWriter (1)
InTransformContext (1)
Insert (1)
Pong (1)
Process (1)
PutContent (1)
messagePublished (1)
示例#1
0
显示文件
文件:
Destination.cs
项目:
huahuajjh/distributor-yuyb
/// <summary> /// 是否存在该记录 /// </summary> public bool Exists(int Id) { return(DestDAL.Exists(Id)); }
x