示例#1
0
 /// <summary>
 /// Creates a new entity identifier
 /// </summary>
 public EntityIdentifier(AssigningAuthority authority, String value)
 {
     this.Authority = authority;
     this.Value     = value;
 }
示例#2
0
 /// <summary>
 /// Force reloading of delay load properties
 /// </summary>
 public override void Refresh()
 {
     base.Refresh();
     this.m_authority      = null;
     this.m_identifierType = null;
 }