Example #1
0
 internal void Set(SessionDetailsAttributeInternal?other)
 {
     if (other != null)
     {
         Data = other.Value.Data;
         AdvertisementType = other.Value.AdvertisementType;
     }
 }
Example #2
0
 public void Set(SessionModificationAddAttributeOptions other)
 {
     if (other != null)
     {
         m_ApiVersion      = SessionModification.SessionmodificationAddattributeApiLatest;
         SessionAttribute  = other.SessionAttribute;
         AdvertisementType = other.AdvertisementType;
     }
 }
Example #3
0
 public void Set(SessionDetailsAttribute other)
 {
     if (other != null)
     {
         m_ApiVersion      = SessionDetails.SessiondetailsAttributeApiLatest;
         Data              = other.Data;
         AdvertisementType = other.AdvertisementType;
     }
 }