首页
论坛
新职位
搜索论坛
什么's new
新职位
新的个人资料帖子
最新活动
会员
目前的访客
新的个人资料帖子
搜索个人资料帖子
VB.NET社区
登录
登记
什么's new
搜索
搜索
仅搜索标题
经过:
新职位
搜索论坛
Menu
Log in
Register
安装应用
安装
首页
论坛
C#
C#一般讨论
将具有匹配属性的对象添加到列表
您正在使用过期的浏览器。它可能无法正确显示此网站或其他网站。
您应该升级或使用
替代浏览器
.
回复主题
信息
<blockquote data-quote ="Matt F" data-source="post: 20834" data-attributes="member: 13896"><p>Thanks John. I don'没有使用Link的经验。如果有时间显示示例的外观,则代码如下所示:</p><p>[CODE=csharp]</p><p>public class Job</p><p> {</p><p> 公共Guid记录{放; }</p><p> 公共字符串JobName {get;放; }</p><p> 公共字符串JobExecutor {get;放; }</p><p> 公共字符串OrganisationType {get;放; }</p><p> 公共字符串ContractingOrganisationType {get;放; }</p><p> 公共字符串CustomInput {get;放; }</p><p> public int StepNumber {get;放; }</p><p> 公共字符串StepName {get;放; }</p><p> public int StepCount {get;放; }</p><p> public int CustomInputCount {get;放; }</p><p> public int CustomOutputCount {get;放; }</p><p> public int LevelNumber {get;放; }</p><p> public int JobNumberOnLevel {get;放; }</p><p> 公共字符串GenericInputType {get;放; }</p><p> 公共字符串GenericInputDescription {get;放; }</p><p> 公共字符串CustomOutput {get;放; }</p><p></p><p> 公共Job(字符串organizationType,字符串contractingOrganisationType,int levelNumber,string jobName,int jobNumberOnLevel,string jobExecutor,int stepCount,int customInputCount,int customOutputCount)</p><p> {</p><p> OrganisationType = OrganisationType;</p><p> ContractingOrganisationType = contractingOrganisationType;</p><p> LevelNumber = levelNumber;</p><p> JobName = jobName;</p><p> JobNumberOnLevel = jobNumberOnLevel;</p><p> JobExecutor = jobExecutor;</p><p> StepCount = stepCount;</p><p> CustomInputCount = customInputCount;</p><p> CustomOutputCount = customOutputCount;</p><p> }</p><p>[/CODE]</p><p>Thanks,</p><p>Matt</p></blockquote><p></p>
Insert quotes…
确认
发表回复
首页
论坛
C#
C#一般讨论
将具有匹配属性的对象添加到列表
本网站使用Cookie来帮助个性化内容,调整您的体验并在注册时保持登录状态。
继续使用本网站,即表示您同意我们使用cookie。
接受
了解更多…
最佳
底部