개정판 df2e7646
DataNavigation 추가
PEMSS 기능 완료
Change-Id: I88374faf732cb66b4f9be60fbd457e2e7259bfb2
KCOM/Connected Services/PemssService/Reference.cs | ||
---|---|---|
467 | 467 |
private string dIdField; |
468 | 468 |
|
469 | 469 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
470 |
private string dataField; |
|
471 |
|
|
472 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
|
470 | 473 |
private string description1Field; |
471 | 474 |
|
472 | 475 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
476 |
private string description2Field; |
|
477 |
|
|
478 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
|
479 |
private string description3Field; |
|
480 |
|
|
481 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
|
473 | 482 |
private string docNameField; |
474 | 483 |
|
475 | 484 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
... | ... | |
592 | 601 |
} |
593 | 602 |
|
594 | 603 |
[System.Runtime.Serialization.DataMemberAttribute()] |
604 |
public string data { |
|
605 |
get { |
|
606 |
return this.dataField; |
|
607 |
} |
|
608 |
set { |
|
609 |
if ((object.ReferenceEquals(this.dataField, value) != true)) { |
|
610 |
this.dataField = value; |
|
611 |
this.RaisePropertyChanged("data"); |
|
612 |
} |
|
613 |
} |
|
614 |
} |
|
615 |
|
|
616 |
[System.Runtime.Serialization.DataMemberAttribute()] |
|
595 | 617 |
public string description1 { |
596 | 618 |
get { |
597 | 619 |
return this.description1Field; |
... | ... | |
605 | 627 |
} |
606 | 628 |
|
607 | 629 |
[System.Runtime.Serialization.DataMemberAttribute()] |
630 |
public string description2 { |
|
631 |
get { |
|
632 |
return this.description2Field; |
|
633 |
} |
|
634 |
set { |
|
635 |
if ((object.ReferenceEquals(this.description2Field, value) != true)) { |
|
636 |
this.description2Field = value; |
|
637 |
this.RaisePropertyChanged("description2"); |
|
638 |
} |
|
639 |
} |
|
640 |
} |
|
641 |
|
|
642 |
[System.Runtime.Serialization.DataMemberAttribute()] |
|
643 |
public string description3 { |
|
644 |
get { |
|
645 |
return this.description3Field; |
|
646 |
} |
|
647 |
set { |
|
648 |
if ((object.ReferenceEquals(this.description3Field, value) != true)) { |
|
649 |
this.description3Field = value; |
|
650 |
this.RaisePropertyChanged("description3"); |
|
651 |
} |
|
652 |
} |
|
653 |
} |
|
654 |
|
|
655 |
[System.Runtime.Serialization.DataMemberAttribute()] |
|
608 | 656 |
public string docName { |
609 | 657 |
get { |
610 | 658 |
return this.docNameField; |
내보내기 Unified diff